MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSetupAfterCache () | |
This hook is called in Setup.php, after cache objects are set. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SetupAfterCache" to register handlers implementing this interface.
Definition at line 12 of file SetupAfterCacheHook.php.
MediaWiki\Hook\SetupAfterCacheHook::onSetupAfterCache | ( | ) |
This hook is called in Setup.php, after cache objects are set.
Implemented in MediaWiki\HookContainer\HookRunner.