MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserPreSaveTransformComplete" to register handlers implementing this interface.
Definition at line 14 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.