MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSpecialTrackingCategories__preprocess ( $specialPage, $trackingCategories) | |
This hook is called after LinkBatch on Special:TrackingCategories. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialTrackingCategories::preprocess" to register handlers implementing this interface.
Definition at line 15 of file SpecialTrackingCategories__preprocessHook.php.
MediaWiki\Hook\SpecialTrackingCategories__preprocessHook::onSpecialTrackingCategories__preprocess | ( | $specialPage, | |
$trackingCategories ) |
This hook is called after LinkBatch on Special:TrackingCategories.
SpecialTrackingCategories | $specialPage | |
array | $trackingCategories | Array of data from Special:TrackingCategories with msg and cats |
Implemented in MediaWiki\HookContainer\HookRunner.