MediaWiki master
ParserOutputPostCacheTransformHook.php
Go to the documentation of this file.
1<?php
2
4
6
26 public function onParserOutputPostCacheTransform( $parserOutput, &$text,
27 &$options
28 ): void;
29}
30
32class_alias( ParserOutputPostCacheTransformHook::class, 'MediaWiki\\Hook\\ParserOutputPostCacheTransformHook' );
ParserOutput is a rendering of a Content object or a message.
onParserOutputPostCacheTransform( $parserOutput, &$text, &$options)
This hook is called from ParserOutput::getText() to do post-cache transforms.