MediaWiki REL1_35
LocalisationCacheRecacheHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onLocalisationCacheRecache( $cache, $code, &$alldata, $unused );
23}
onLocalisationCacheRecache( $cache, $code, &$alldata, $unused)
Called when loading the localisation data into cache.
$cache
Definition mcc.php:33