MediaWiki
REL1_39
LocalisationCacheRecacheFallbackHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LocalisationCacheRecacheFallbackHook
{
25
public
function
onLocalisationCacheRecacheFallback
(
$cache
, $code, &$alldata );
26
}
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LocalisationCacheRecacheFallbackHook.php:12
MediaWiki\Hook\LocalisationCacheRecacheFallbackHook\onLocalisationCacheRecacheFallback
onLocalisationCacheRecacheFallback( $cache, $code, &$alldata)
Called for each language when merging fallback data into the cache.
$cache
$cache
Definition
mcc.php:33
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
language
Hook
LocalisationCacheRecacheFallbackHook.php
Generated on Thu Nov 21 2024 05:23:09 for MediaWiki by
1.10.0