Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430161
ParserAfterParseHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
734 B
Referenced Files
None
Subscribers
None
ParserAfterParseHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Parser\Parser
;
use
MediaWiki\Parser\StripState
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ParserAfterParse" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
ParserAfterParseHook
{
/**
* This hook is called from Parser::parse() just after the call to
* Parser::internalParse() returns.
*
* @since 1.35
*
* @param Parser $parser
* @param string &$text Text being parsed
* @param StripState $stripState StripState used
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onParserAfterParse
(
$parser
,
&
$text
,
$stripState
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:28 (6 h, 24 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/c0/8dbdfddb05805444c7d541042acd
Default Alt Text
ParserAfterParseHook.php (734 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment