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