MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserFirstCallInit ( $parser) | |
This hook is called when the parser initialises for the first time. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserFirstCallInit" to register handlers implementing this interface.
Definition at line 14 of file ParserFirstCallInitHook.php.
MediaWiki\Hook\ParserFirstCallInitHook::onParserFirstCallInit | ( | $parser | ) |
This hook is called when the parser initialises for the first time.
Implemented in MediaWiki\HookContainer\HookRunner.