MediaWiki REL1_35
MediaWiki\Hook\SetupAfterCacheHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SetupAfterCacheHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 9 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: