MediaWiki REL1_35
ImagePageAfterImageLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
6
22 public function onImagePageAfterImageLinks( $imagePage, &$html );
23}
Class for viewing MediaWiki file description pages.
Definition ImagePage.php:33
onImagePageAfterImageLinks( $imagePage, &$html)
This hook is called after the image links section on an image page is built.