MediaWiki REL1_37
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}
Class for viewing MediaWiki file description pages.
Definition ImagePage.php:34
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.