MediaWiki REL1_35
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\LocalisationCacheRecacheFallbackHook:

Public Member Functions

 onLocalisationCacheRecacheFallback ( $cache, $code, &$alldata)
 Called for each language when merging fallback data into the cache.
 

Detailed Description

Stable to implement.

Definition at line 9 of file LocalisationCacheRecacheFallbackHook.php.

Member Function Documentation

◆ onLocalisationCacheRecacheFallback()

MediaWiki\Hook\LocalisationCacheRecacheFallbackHook::onLocalisationCacheRecacheFallback (   $cache,
  $code,
$alldata 
)

Called for each language when merging fallback data into the cache.

Since
1.35
Parameters
?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.
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: