Manual:Hooks/ImagePageShowTOC
ImagePageShowTOC | |
---|---|
Available from version 1.16.0 Called when fetching the file associed with an image page. | |
Define function: | public static function onImagePageShowTOC( $page, &$toc ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"ImagePageShowTOC": "MediaWiki\\Extension\\MyExtension\\Hooks::onImagePageShowTOC"
}
}
|
Called from: | File(s): page/ImagePage.php |
Interface: | ImagePageShowTOCHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:ImagePageShowTOC extensions.
Details
edit- $page: ImagePage object
- &$toc: Array of <li> strings