MediaWiki
REL1_40
BeforeParserFetchFileAndTitleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
Parser
;
7
15
interface
BeforeParserFetchFileAndTitleHook
{
29
public
function
onBeforeParserFetchFileAndTitle
( $parser, $nt, &$options,
30
&$descQuery
31
);
32
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:107
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 Jun 27 2024 14:03:35 for MediaWiki by
1.10.0