MediaWiki REL1_35
LocalisationCacheRecacheFallbackHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onLocalisationCacheRecacheFallback( $cache, $code, &$alldata );
23}
onLocalisationCacheRecacheFallback( $cache, $code, &$alldata)
Called for each language when merging fallback data into the cache.
$cache
Definition mcc.php:33