MediaWiki REL1_39
MediaWiki\Hook\ParserAfterTidyHook Interface Reference

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

Inheritance diagram for MediaWiki\Hook\ParserAfterTidyHook:

Public Member Functions

 onParserAfterTidy ( $parser, &$text)
 This hook is called after Parser::tidy() in Parser::parse().
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 14 of file ParserAfterTidyHook.php.

Member Function Documentation

◆ onParserAfterTidy()

MediaWiki\Hook\ParserAfterTidyHook::onParserAfterTidy ( $parser,
& $text )

This hook is called after Parser::tidy() in Parser::parse().

Since
1.35
Parameters
Parser$parserParser being used
string&$textText that will be returned
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: