MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserToolLinksEdit ( $userId, $userText, &$items) | |
This hook is called when generating a list of user tool links, e.g. | |
Stable to implement.
Definition at line 9 of file UserToolLinksEditHook.php.
MediaWiki\Hook\UserToolLinksEditHook::onUserToolLinksEdit | ( | $userId, | |
$userText, | |||
& | $items | ||
) |
This hook is called when generating a list of user tool links, e.g.
"Foobar (Talk | Contribs | Block)".
int | $userId | User ID of the current user |
string | $userText | Username of the current user |
string[] | &$items | Array of user tool links as HTML fragments |
Implemented in MediaWiki\HookContainer\HookRunner.