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