MediaWiki  master
LocalisationCacheRecacheHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
25  public function onLocalisationCacheRecache( $cache, $code, &$alldata, $unused );
26 }
This is a hook handler interface, see docs/Hooks.md.
onLocalisationCacheRecache( $cache, $code, &$alldata, $unused)
Called when loading the localisation data into cache.