MediaWiki master
MediaWiki\Hook\LocalisationCacheRecacheHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onLocalisationCacheRecache ( $cache, $code, &$alldata, $unused)
 Called when loading the localisation data into cache.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "LocalisationCacheRecache" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file LocalisationCacheRecacheHook.php.

Member Function Documentation

◆ onLocalisationCacheRecache()

MediaWiki\Hook\LocalisationCacheRecacheHook::onLocalisationCacheRecache ( $cache,
$code,
& $alldata,
$unused )

Called when loading the localisation data into cache.

Since
1.35
Parameters
?mixed$cacheThe LocalisationCache object
?mixed$codelanguage code
?mixed&$alldataThe localisation data from core and extensions
?mixed$unusedUsed to be $purgeBlobs, removed in 1.34
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: