MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialTrackingCategories__generateCatLink ( $specialPage, $catTitle, &$html) | |
This hook is called for each category link on Special:TrackingCategories. | |
Stable to implement.
Definition at line 13 of file SpecialTrackingCategories__generateCatLinkHook.php.
MediaWiki\Hook\SpecialTrackingCategories__generateCatLinkHook::onSpecialTrackingCategories__generateCatLink | ( | $specialPage, | |
$catTitle, | |||
& | $html | ||
) |
This hook is called for each category link on Special:TrackingCategories.
SpecialTrackingCategories | $specialPage | The SpecialTrackingCategories object |
Title | $catTitle | The Title object of the linked category |
string | &$html | The Result html |
Implemented in MediaWiki\HookContainer\HookRunner.