MediaWiki
master
ParserOutputPostCacheTransformHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Parser\Hook
;
4
5
use
MediaWiki\Parser\ParserOutput
;
6
14
interface
ParserOutputPostCacheTransformHook
{
34
public
function
onParserOutputPostCacheTransform
( $parserOutput, &$text,
35
&$options
36
): void;
37
}
38
40
class_alias( ParserOutputPostCacheTransformHook::class,
'MediaWiki\\Hook\\ParserOutputPostCacheTransformHook'
);
MediaWiki\Parser\ParserOutput
ParserOutput is a rendering of a Content object or a message.
Definition
ParserOutput.php:89
MediaWiki\Parser\Hook\ParserOutputPostCacheTransformHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ParserOutputPostCacheTransformHook.php:14
MediaWiki\Parser\Hook\ParserOutputPostCacheTransformHook\onParserOutputPostCacheTransform
onParserOutputPostCacheTransform( $parserOutput, &$text, &$options)
This hook is called from during the post-processing output transform pipeline to do post-cache transf...
MediaWiki\Parser\Hook
Definition
AfterParserFetchFileAndTitleHook.php:3
includes
Parser
Hook
ParserOutputPostCacheTransformHook.php
Generated on Sat May 16 2026 20:26:43 for MediaWiki by
1.10.0