MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserBeforeInternalParse ( $parser, &$text, $stripState) | |
This hook is called at the beginning of Parser::internalParse(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserBeforeInternalParse" to register handlers implementing this interface.
Definition at line 15 of file ParserBeforeInternalParseHook.php.
MediaWiki\Hook\ParserBeforeInternalParseHook::onParserBeforeInternalParse | ( | $parser, | |
& | $text, | ||
$stripState | |||
) |
This hook is called at the beginning of Parser::internalParse().
Parser | $parser | |
string | &$text | Text to parse |
StripState | $stripState | StripState instance being used |
Implemented in MediaWiki\HookContainer\HookRunner.