MediaWiki  master
SetupAfterCacheHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
20  public function onSetupAfterCache();
21 }
This is a hook handler interface, see docs/Hooks.md.
onSetupAfterCache()
This hook is called in Setup.php, after cache objects are set.