MediaWiki master
BeforeParserFetchFileAndTitleHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onBeforeParserFetchFileAndTitle( $parser, $nt, &$options,
30 &$descQuery
31 );
32}
33
35class_alias( BeforeParserFetchFileAndTitleHook::class, 'MediaWiki\\Hook\\BeforeParserFetchFileAndTitleHook' );
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:134
Represents a title within MediaWiki.
Definition Title.php:69
onBeforeParserFetchFileAndTitle( $parser, $nt, &$options, &$descQuery)
This hook is called before an image is rendered by Parser.