MediaWiki
REL1_39
ImagePageShowTOCHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
ImagePage
;
6
14
interface
ImagePageShowTOCHook
{
24
public
function
onImagePageShowTOC
( $page, &$toc );
25
}
ImagePage
Rendering of file description pages.
Definition
ImagePage.php:31
MediaWiki\Page\Hook\ImagePageShowTOCHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ImagePageShowTOCHook.php:14
MediaWiki\Page\Hook\ImagePageShowTOCHook\onImagePageShowTOC
onImagePageShowTOC( $page, &$toc)
This hook is called when the file toc on an image page is generated.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
ImagePageShowTOCHook.php
Generated on Thu Nov 21 2024 05:23:35 for MediaWiki by
1.10.0