MediaWiki
1.39.10
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 Tue Oct 1 2024 01:15:52 for MediaWiki by
1.10.0