MediaWiki master
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}
Rendering of file description pages.
Definition ImagePage.php:37
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.