MediaWiki REL1_35
MediaWiki\Hook\SpecialTrackingCategories__preprocessHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SpecialTrackingCategories__preprocessHook:

Public Member Functions

 onSpecialTrackingCategories__preprocess ( $specialPage, $trackingCategories)
 This hook is called after LinkBatch on Special:TrackingCategories.
 

Detailed Description

Stable to implement.

Definition at line 12 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$specialPageThe SpecialTrackingCategories object
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: