MediaWiki master
MediaWiki\Hook\SetupAfterCacheHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSetupAfterCache ()
 This hook is called in Setup.php, after cache objects are set.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SetupAfterCache" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file SetupAfterCacheHook.php.

Member Function Documentation

◆ onSetupAfterCache()

MediaWiki\Hook\SetupAfterCacheHook::onSetupAfterCache ( )

This hook is called in Setup.php, after cache objects are set.

Since
1.35
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: