MediaWiki REL1_35
ParserAfterTidyHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Parser;
6
21 public function onParserAfterTidy( $parser, &$text );
22}
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:85
onParserAfterTidy( $parser, &$text)
This hook is called after Parser::tidy() in Parser::parse().