MediaWiki
REL1_40
LocalisationCacheRecacheFallbackHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LocalisationCacheRecacheFallbackHook
{
25
public
function
onLocalisationCacheRecacheFallback
( $cache, $code, &$alldata );
26
}
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LocalisationCacheRecacheFallbackHook.php:12
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook\onLocalisationCacheRecacheFallback
onLocalisationCacheRecacheFallback( $cache, $code, &$alldata)
Called for each language when merging fallback data into the cache.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
language
Hook
LocalisationCacheRecacheFallbackHook.php
Generated on Thu Jun 27 2024 14:03:02 for MediaWiki by
1.10.0