MediaWiki REL1_35
MediaWiki\Hook\LocalisationCacheRecacheHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\LocalisationCacheRecacheHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 9 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$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
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: