MediaWiki
REL1_39
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:38
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 Mon Dec 16 2024 06:35:53 for MediaWiki by
1.10.0