MediaWiki REL1_35
MediaWiki\Hook\ParserAfterTidyHook Interface Reference

Stable to implement. 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

Stable to implement.

Definition at line 11 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: