MediaWiki master
SpecialTrackingCategories__generateCatLinkHook.php
Go to the documentation of this file.
1<?php
2
4
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
27 public function onSpecialTrackingCategories__generateCatLink( $specialPage,
28 $catTitle, &$html
29 );
30}
31
33class_alias( SpecialTrackingCategories__generateCatLinkHook::class,
34 'MediaWiki\\Hook\\SpecialTrackingCategories__generateCatLinkHook' );
A special page that displays list of tracking categories.
Represents the target of a wiki link.
onSpecialTrackingCategories__generateCatLink( $specialPage, $catTitle, &$html)
This hook is called for each category link on Special:TrackingCategories.