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

Public Member Functions | |
| onParserLimitReportPrepare ( $parser, $output) | |
| This hook is called at the end of Parser:parse() when the parser will include comments about size of the text parsed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserLimitReportPrepare" to register handlers implementing this interface.
Definition at line 15 of file ParserLimitReportPrepareHook.php.
| MediaWiki\Hook\ParserLimitReportPrepareHook::onParserLimitReportPrepare | ( | $parser, | |
| $output ) |
This hook is called at the end of Parser:parse() when the parser will include comments about size of the text parsed.
Hooks should use $output->setLimitReportData() to populate data. Functions for this hook should not use $wgLang; do that in ParserLimitReportFormat instead.
| Parser | $parser | |
| ParserOutput | $output |
Implemented in MediaWiki\HookContainer\HookRunner.