MediaWiki
REL1_35
BeforeParserFetchFileAndTitleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
use
Title
;
7
12
interface
BeforeParserFetchFileAndTitleHook
{
25
public
function
onBeforeParserFetchFileAndTitle
( $parser, $nt, &$options,
26
&$descQuery
27
);
28
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:85
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Hook\BeforeParserFetchFileAndTitleHook
Stable to implement.
Definition
BeforeParserFetchFileAndTitleHook.php:12
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 Sat Apr 6 2024 00:07:36 for MediaWiki by
1.9.8