MediaWiki REL1_35
MediaWiki\Hook\ParserBeforeTidyHook Interface Reference
Inheritance diagram for MediaWiki\Hook\ParserBeforeTidyHook:

Public Member Functions

 onParserBeforeTidy ( $parser, &$text)
 This hook is called before tidy and custom tags replacements.
 

Detailed Description

Deprecated:
since 1.35

Definition at line 11 of file ParserBeforeTidyHook.php.

Member Function Documentation

◆ onParserBeforeTidy()

MediaWiki\Hook\ParserBeforeTidyHook::onParserBeforeTidy (   $parser,
$text 
)

This hook is called before tidy and custom tags replacements.

Since
1.35
Parameters
Parser$parserParser being used
string&$textActual text
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: