MediaWiki master
SpecialTrackingCategories__preprocessHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
26 public function onSpecialTrackingCategories__preprocess( $specialPage,
27 $trackingCategories
28 );
29}
A special page that displays list of tracking categories Tracking categories allow pages with certain...
onSpecialTrackingCategories__preprocess( $specialPage, $trackingCategories)
This hook is called after LinkBatch on Special:TrackingCategories.