MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onParserOutputPostCacheTransform ( $parserOutput, &$text, &$options) | |
This hook is called from ParserOutput::getText() to do post-cache transforms. | |
Stable to implement.
Definition at line 11 of file ParserOutputPostCacheTransformHook.php.
MediaWiki\Hook\ParserOutputPostCacheTransformHook::onParserOutputPostCacheTransform | ( | $parserOutput, | |
& | $text, | ||
& | $options | ||
) |
This hook is called from ParserOutput::getText() to do post-cache transforms.
ParserOutput | $parserOutput | |
string | &$text | Text being transformed, before core transformations are done |
array | &$options | Options array being used for the transformation |
Implemented in MediaWiki\HookContainer\HookRunner.