MediaWiki REL1_37
ImagePageAfterImageLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
6
25 public function onImagePageAfterImageLinks( $imagePage, &$html );
26}
Class for viewing MediaWiki file description pages.
Definition ImagePage.php:34
This is a hook handler interface, see docs/Hooks.md.
onImagePageAfterImageLinks( $imagePage, &$html)
This hook is called after the image links section on an image page is built.