MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLocalisationCacheRecacheFallback ( $cache, $code, &$alldata) | |
Called for each language when merging fallback data into the cache. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LocalisationCacheRecacheFallback" to register handlers implementing this interface.
Definition at line 12 of file LocalisationCacheRecacheFallbackHook.php.
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook::onLocalisationCacheRecacheFallback | ( | $cache, | |
$code, | |||
& | $alldata ) |
Called for each language when merging fallback data into the cache.
?mixed | $cache | The LocalisationCache object |
?mixed | $code | language code |
?mixed | &$alldata | The localisation data from core and extensions. Note some keys may be omitted if they won't be merged into the final result. |
Implemented in MediaWiki\HookContainer\HookRunner.