MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onParserOutputPostCacheTransform ( $parserOutput, &$text, &$options) | |
This hook is called from ParserOutput::getText() to do post-cache transforms. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserOutputPostCacheTransform" to register handlers implementing this interface.
Definition at line 14 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.