MediaWiki REL1_35
|
Stable. More...
Public Member Functions | |
onParserPreSaveTransformComplete ( $parser, &$text) | |
This hook is called from Parser::preSaveTransform() after processing is complete, giving the extension a chance to further modify the wikitext. | |
Stable.
Definition at line 11 of file ParserPreSaveTransformCompleteHook.php.
MediaWiki\Hook\ParserPreSaveTransformCompleteHook::onParserPreSaveTransformComplete | ( | $parser, | |
& | $text | ||
) |
This hook is called from Parser::preSaveTransform() after processing is complete, giving the extension a chance to further modify the wikitext.
Parser | $parser | Calling Parser instance |
string | &$text | Transformed text, which can be modified by the hook |
Implemented in MediaWiki\HookContainer\HookRunner.