Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428655
SetupAfterCacheHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
481 B
Referenced Files
None
Subscribers
None
SetupAfterCacheHook.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 16:30 (12 h, 40 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
58/1c/f215ed7b213c67085f96970c0034
Default Alt Text
SetupAfterCacheHook.php (481 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment