MediaWiki REL1_39
MediaWiki\Hook\ParserBeforePreprocessHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inheritance diagram for MediaWiki\Hook\ParserBeforePreprocessHook:

Public Member Functions

 onParserBeforePreprocess ( $parser, &$text, $stripState)
 Called at the beginning of Parser::preprocess()
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ParserBeforePreprocess" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file ParserBeforePreprocessHook.php.

Member Function Documentation

◆ onParserBeforePreprocess()

MediaWiki\Hook\ParserBeforePreprocessHook::onParserBeforePreprocess ( $parser,
& $text,
$stripState )

Called at the beginning of Parser::preprocess()

Since
1.35
Parameters
Parser$parser
string&$texttext to parse
StripState$stripStateStripState instance being used
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: