Page MenuHomeWickedGov Phorge

UserGetReservedNamesHook.php
No OneTemporary

Size
575 B
Referenced Files
None
Subscribers
None

UserGetReservedNamesHook.php

<?php
namespace MediaWiki\User\Hook;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "UserGetReservedNames" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface UserGetReservedNamesHook {
/**
* Use this hook to modify $wgReservedUsernames at run time.
*
* @since 1.35
*
* @param array &$reservedUsernames $wgReservedUsernames
* @return bool|void True or no return value to continue or false to abort
*/
public function onUserGetReservedNames( &$reservedUsernames );
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 19:45 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8a/1b/5758350bd68f84a684328b7958ff
Default Alt Text
UserGetReservedNamesHook.php (575 B)

Event Timeline