MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserAfterTidy ( $parser, &$text) | |
This hook is called after Parser::tidy() in Parser::parse(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserAfterTidy" to register handlers implementing this interface.
Definition at line 14 of file ParserAfterTidyHook.php.
MediaWiki\Hook\ParserAfterTidyHook::onParserAfterTidy | ( | $parser, | |
& | $text ) |
This hook is called after Parser::tidy() in Parser::parse().
Implemented in MediaWiki\HookContainer\HookRunner.