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