Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752241
UserGetReservedNamesHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
575 B
Referenced Files
None
Subscribers
None
UserGetReservedNamesHook.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 19:45 (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8a/1b/5758350bd68f84a684328b7958ff
Default Alt Text
UserGetReservedNamesHook.php (575 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment