MediaWiki
REL1_39
BeforeParserFetchFileAndTitleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
use
Title
;
7
15
interface
BeforeParserFetchFileAndTitleHook
{
29
public
function
onBeforeParserFetchFileAndTitle
( $parser, $nt, &$options,
30
&$descQuery
31
);
32
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:96
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Hook\BeforeParserFetchFileAndTitleHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BeforeParserFetchFileAndTitleHook.php:15
MediaWiki\Hook\BeforeParserFetchFileAndTitleHook\onBeforeParserFetchFileAndTitle
onBeforeParserFetchFileAndTitle( $parser, $nt, &$options, &$descQuery)
This hook is called before an image is rendered by Parser.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
BeforeParserFetchFileAndTitleHook.php
Generated on Thu Nov 21 2024 05:23:40 for MediaWiki by
1.10.0