MediaWiki REL1_35
ImageOpenShowImageInlineBeforeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
6use OutputPage;
7
22 public function onImageOpenShowImageInlineBefore( $imagePage, $output );
23}
Class for viewing MediaWiki file description pages.
Definition ImagePage.php:33
This is one of the Core classes and should be read at least once by any new developers.
onImageOpenShowImageInlineBefore( $imagePage, $output)
This hook is called just before showing the image on an image page.