MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUserGetReservedNames (&$reservedUsernames) | |
Use this hook to modify $wgReservedUsernames at run time. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserGetReservedNames" to register handlers implementing this interface.
Definition at line 12 of file UserGetReservedNamesHook.php.
MediaWiki\User\Hook\UserGetReservedNamesHook::onUserGetReservedNames | ( | & | $reservedUsernames | ) |
Use this hook to modify $wgReservedUsernames at run time.
array | &$reservedUsernames | $wgReservedUsernames |
Implemented in MediaWiki\HookContainer\HookRunner.