|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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\Parser\Hook\ParserFirstCallInitHook::onParserFirstCallInit | ( | $parser | ) |
This hook is called when the parser initialises for the first time.
| Parser | $parser | Parser object being initialised |
Implemented in MediaWiki\HookContainer\HookRunner.