MediaWiki
REL1_39
OutputPageMakeCategoryLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
14
interface
OutputPageMakeCategoryLinksHook
{
28
public
function
onOutputPageMakeCategoryLinks
( $out, $categories, &$links );
29
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
MediaWiki\Hook\OutputPageMakeCategoryLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OutputPageMakeCategoryLinksHook.php:14
MediaWiki\Hook\OutputPageMakeCategoryLinksHook\onOutputPageMakeCategoryLinks
onOutputPageMakeCategoryLinks( $out, $categories, &$links)
This hook is called when links are about to be generated for the page's categories.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
OutputPageMakeCategoryLinksHook.php
Generated on Mon Dec 16 2024 06:35:10 for MediaWiki by
1.10.0