MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLocalisationCacheRecacheFallback ( $cache, $code, &$alldata) | |
Called for each language when merging fallback data into the cache. | |
Stable to implement.
Definition at line 9 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.