MediaWiki master
ParserOutputPostCacheTransformHook.php
Go to the documentation of this file.
1<?php
2
4
6
34 public function onParserOutputPostCacheTransform( $parserOutput, &$text,
35 &$options
36 ): void;
37}
38
40class_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 during the post-processing output transform pipeline to do post-cache transf...