MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSpecialTrackingCategories__generateCatLink ( $specialPage, $catTitle, &$html) | |
This hook is called for each category link on Special:TrackingCategories. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialTrackingCategories::generateCatLink" to register handlers implementing this interface.
Definition at line 16 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 | |
LinkTarget | $catTitle | The LinkTarget object of the linked category |
string | &$html | The Result html |
Implemented in MediaWiki\HookContainer\HookRunner.