MediaWiki master
UserGetReservedNamesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
21 public function onUserGetReservedNames( &$reservedUsernames );
22}
This is a hook handler interface, see docs/Hooks.md.
onUserGetReservedNames(&$reservedUsernames)
Use this hook to modify $wgReservedUsernames at run time.