MediaWiki
REL1_37
SpecialTrackingCategories__generateCatLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
SpecialTrackingCategories
;
6
use
Title
;
7
8
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
16
interface
SpecialTrackingCategories__generateCatLinkHook
{
27
public
function
onSpecialTrackingCategories__generateCatLink
( $specialPage,
28
$catTitle, &$html
29
);
30
}
SpecialTrackingCategories
A special page that displays list of tracking categories Tracking categories allow pages with certain...
Definition
SpecialTrackingCategories.php:36
Title
Represents a title within MediaWiki.
Definition
Title.php:48
MediaWiki\Hook\SpecialTrackingCategories__generateCatLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialTrackingCategories__generateCatLinkHook.php:16
MediaWiki\Hook\SpecialTrackingCategories__generateCatLinkHook\onSpecialTrackingCategories__generateCatLink
onSpecialTrackingCategories__generateCatLink( $specialPage, $catTitle, &$html)
This hook is called for each category link on Special:TrackingCategories.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialTrackingCategories__generateCatLinkHook.php
Generated on Fri Apr 5 2024 23:40:56 for MediaWiki by
1.9.8