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