Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432481
ParserClearStateHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
570 B
Referenced Files
None
Subscribers
None
ParserClearStateHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Parser\Parser
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ParserClearState" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
ParserClearStateHook
{
/**
* This hook is called at the end of Parser::clearState().
*
* @since 1.35
*
* @param Parser $parser Parser object being cleared
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onParserClearState
(
$parser
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:50 (1 d, 5 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c2/00/891c5533429bd48640c241c9683e
Default Alt Text
ParserClearStateHook.php (570 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment