MediaWiki
REL1_35
OutputPageMakeCategoryLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
11
interface
OutputPageMakeCategoryLinksHook
{
25
public
function
onOutputPageMakeCategoryLinks
( $out, $categories, &$links );
26
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Hook\OutputPageMakeCategoryLinksHook
Stable to implement.
Definition
OutputPageMakeCategoryLinksHook.php:11
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 Sat Apr 6 2024 00:07:13 for MediaWiki by
1.9.8