MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLocalisationCacheRecache ( $cache, $code, &$alldata, $unused) | |
Called when loading the localisation data into cache. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LocalisationCacheRecache" to register handlers implementing this interface.
Definition at line 12 of file LocalisationCacheRecacheHook.php.
MediaWiki\Hook\LocalisationCacheRecacheHook::onLocalisationCacheRecache | ( | $cache, | |
$code, | |||
& | $alldata, | ||
$unused | |||
) |
Called when loading the localisation data into cache.
?mixed | $cache The LocalisationCache object |
?mixed | $code language code |
?mixed | &$alldata The localisation data from core and extensions |
?mixed | $unused Used to be $purgeBlobs, removed in 1.34 |
Implemented in MediaWiki\HookContainer\HookRunner.