MediaWiki
REL1_40
ParserOutputPostCacheTransformHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ParserOutput
;
6
14
interface
ParserOutputPostCacheTransformHook
{
26
public
function
onParserOutputPostCacheTransform
( $parserOutput, &$text,
27
&$options
28
): void;
29
}
ParserOutput
Definition
ParserOutput.php:45
MediaWiki\Hook\ParserOutputPostCacheTransformHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ParserOutputPostCacheTransformHook.php:14
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 Thu Jun 27 2024 14:03:39 for MediaWiki by
1.10.0