MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserGetRights ( $user, &$rights) | |
This hook is called in PermissionManager::getUserPermissions(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserGetRights" to register handlers implementing this interface.
Definition at line 14 of file UserGetRightsHook.php.
MediaWiki\Permissions\Hook\UserGetRightsHook::onUserGetRights | ( | $user, | |
& | $rights | ||
) |
This hook is called in PermissionManager::getUserPermissions().
Implemented in MediaWiki\HookContainer\HookRunner.