MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLocalisationCacheRecache ( $cache, $code, &$alldata, $unused) | |
Called when loading the localisation data into cache. | |
Stable to implement.
Definition at line 9 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.