MediaWiki REL1_35
ParserLimitReportFormatHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
26 public function onParserLimitReportFormat( $key, &$value, &$report, $isHTML,
27 $localize
28 );
29}
onParserLimitReportFormat( $key, &$value, &$report, $isHTML, $localize)
This hook is called for each row in the parser limit report that needs formatting.