MediaWiki
REL1_40
ParserFirstCallInitHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
14
interface
ParserFirstCallInitHook
{
23
public
function
onParserFirstCallInit
( $parser );
24
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:107
MediaWiki\Hook\ParserFirstCallInitHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ParserFirstCallInitHook.php:14
MediaWiki\Hook\ParserFirstCallInitHook\onParserFirstCallInit
onParserFirstCallInit( $parser)
This hook is called when the parser initialises for the first time.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
ParserFirstCallInitHook.php
Generated on Thu Jun 27 2024 14:03:39 for MediaWiki by
1.10.0