MediaWiki master
ImagePageShowTOCHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
6
24 public function onImagePageShowTOC( $page, &$toc );
25}
Rendering of file description pages.
Definition ImagePage.php:37
This is a hook handler interface, see docs/Hooks.md.
onImagePageShowTOC( $page, &$toc)
This hook is called when the file toc on an image page is generated.