MediaWiki REL1_35
ImagePageShowTOCHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use ImagePage;
6
21 public function onImagePageShowTOC( $page, &$toc );
22}
Class for viewing MediaWiki file description pages.
Definition ImagePage.php:33
onImagePageShowTOC( $page, &$toc)
This hook is called when the file toc on an image page is generated.