MediaWiki
REL1_39
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.
$cache
$cache
Definition
mcc.php:33
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
language
Hook
LocalisationCacheRecacheHook.php
Generated on Mon Dec 16 2024 06:35:22 for MediaWiki by
1.10.0