MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserGetAllRights (&$rights) | |
This hook is called after calculating a list of all available rights. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserGetAllRights" to register handlers implementing this interface.
Definition at line 12 of file UserGetAllRightsHook.php.
MediaWiki\Permissions\Hook\UserGetAllRightsHook::onUserGetAllRights | ( | & | $rights | ) |
This hook is called after calculating a list of all available rights.
string[] | &$rights | Array of rights, which may be added to |
Implemented in MediaWiki\HookContainer\HookRunner.