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