MediaWiki
1.42.1
LocalisationCacheRecacheHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LocalisationCacheRecacheHook
{
25
public
function
onLocalisationCacheRecache
( $cache, $code, &$alldata, $unused );
26
}
MediaWiki\Hook\LocalisationCacheRecacheHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LocalisationCacheRecacheHook.php:12
MediaWiki\Hook\LocalisationCacheRecacheHook\onLocalisationCacheRecache
onLocalisationCacheRecache( $cache, $code, &$alldata, $unused)
Called when loading the localisation data into cache.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
language
Hook
LocalisationCacheRecacheHook.php
Generated on Thu Jun 27 2024 15:59:10 for MediaWiki by
1.10.0