Page MenuHomeWickedGov Phorge

SetupAfterCacheHook.php
No OneTemporary

Size
481 B
Referenced Files
None
Subscribers
None

SetupAfterCacheHook.php

<?php
namespace MediaWiki\Hook;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "SetupAfterCache" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface SetupAfterCacheHook {
/**
* This hook is called in Setup.php, after cache objects are set.
*
* @since 1.35
*
* @return bool|void True or no return value to continue or false to abort
*/
public function onSetupAfterCache();
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 16:30 (12 h, 23 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
58/1c/f215ed7b213c67085f96970c0034
Default Alt Text
SetupAfterCacheHook.php (481 B)

Event Timeline