MediaWiki master
MediaWiki\Hook\SpecialTrackingCategories__preprocessHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialTrackingCategories::preprocess" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file SpecialTrackingCategories__preprocessHook.php.

Member Function Documentation

◆ onSpecialTrackingCategories__preprocess()

MediaWiki\Hook\SpecialTrackingCategories__preprocessHook::onSpecialTrackingCategories__preprocess ( $specialPage,
$trackingCategories )

This hook is called after LinkBatch on Special:TrackingCategories.

Since
1.35
Parameters
SpecialTrackingCategories$specialPage
array$trackingCategoriesArray of data from Special:TrackingCategories with msg and cats
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: