MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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.