MediaWiki REL1_39
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. 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

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

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

Stability: stable
to implement

Definition at line 12 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$cacheThe LocalisationCache object
?mixed$codelanguage code
?mixed&$alldataThe 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: