MediaWiki
master
LocalisationCacheRecacheHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Language\Hook
;
4
12
interface
LocalisationCacheRecacheHook
{
25
public
function
onLocalisationCacheRecache
( $cache, $code, &$alldata, $unused );
26
}
27
29
class_alias( LocalisationCacheRecacheHook::class,
'MediaWiki\\Hook\\LocalisationCacheRecacheHook'
);
MediaWiki\Language\Hook\LocalisationCacheRecacheHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LocalisationCacheRecacheHook.php:12
MediaWiki\Language\Hook\LocalisationCacheRecacheHook\onLocalisationCacheRecache
onLocalisationCacheRecache( $cache, $code, &$alldata, $unused)
Called when loading the localisation data into cache.
MediaWiki\Language\Hook
Definition
GetHumanTimestampHook.php:3
includes
Language
Hook
LocalisationCacheRecacheHook.php
Generated on Fri Nov 14 2025 14:26:22 for MediaWiki by
1.10.0