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