MediaWiki
REL1_35
ParserOutputPostCacheTransformHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ParserOutput
;
6
11
interface
ParserOutputPostCacheTransformHook
{
23
public
function
onParserOutputPostCacheTransform
( $parserOutput, &$text,
24
&$options
25
) : void;
26
}
ParserOutput
Definition
ParserOutput.php:27
MediaWiki\Hook\ParserOutputPostCacheTransformHook
Stable to implement.
Definition
ParserOutputPostCacheTransformHook.php:11
MediaWiki\Hook\ParserOutputPostCacheTransformHook\onParserOutputPostCacheTransform
onParserOutputPostCacheTransform( $parserOutput, &$text, &$options)
This hook is called from ParserOutput::getText() to do post-cache transforms.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
ParserOutputPostCacheTransformHook.php
Generated on Sat Apr 6 2024 00:07:37 for MediaWiki by
1.9.8