MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserClearState ( $parser) | |
This hook is called at the end of Parser::clearState(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserClearState" to register handlers implementing this interface.
Definition at line 14 of file ParserClearStateHook.php.
MediaWiki\Hook\ParserClearStateHook::onParserClearState | ( | $parser | ) |
This hook is called at the end of Parser::clearState().
Implemented in MediaWiki\HookContainer\HookRunner.