MediaWiki master
UserIsEveryoneAllowedHook.php
Go to the documentation of this file.
1<?php
2
4
22 public function onUserIsEveryoneAllowed( $right );
23}
This is a hook handler interface, see docs/Hooks.md.
onUserIsEveryoneAllowed( $right)
Use this hook to check if all users are allowed some user right; return false if a UserGetRights hook...