MediaWiki master
ImageBeforeProduceHTMLHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
8
39 public function onImageBeforeProduceHTML( $unused, &$title, &$file,
40 &$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption
41 );
42}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:79
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:145
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onImageBeforeProduceHTML( $unused, &$title, &$file, &$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption)
This hook is called before producing the HTML created by a wiki image insertion.