MediaWiki master
ImageOpenShowImageInlineBeforeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
7
25 public function onImageOpenShowImageInlineBefore( $imagePage, $output );
26}
Rendering of file description pages.
Definition ImagePage.php:37
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.