MediaWiki
master
ParserLimitReportFormatHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Parser\Hook
;
4
12
interface
ParserLimitReportFormatHook
{
28
public
function
onParserLimitReportFormat
( $key, &$value, &$report, $isHTML,
29
$localize
30
);
31
}
32
34
class_alias( ParserLimitReportFormatHook::class,
'MediaWiki\\Hook\\ParserLimitReportFormatHook'
);
MediaWiki\Parser\Hook\ParserLimitReportFormatHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ParserLimitReportFormatHook.php:12
MediaWiki\Parser\Hook\ParserLimitReportFormatHook\onParserLimitReportFormat
onParserLimitReportFormat( $key, &$value, &$report, $isHTML, $localize)
This hook is called for each row in the parser limit report that needs formatting.
MediaWiki\Parser\Hook
Definition
AfterParserFetchFileAndTitleHook.php:3
includes
Parser
Hook
ParserLimitReportFormatHook.php
Generated on Sat Nov 15 2025 11:25:52 for MediaWiki by
1.10.0