MediaWiki  1.34.0
TitleBlacklistAuthenticationRequest.php
Go to the documentation of this file.
1 <?php
2 
4 
11 
12  public function getFieldInfo() {
13  return [
14  'ignoreTitleBlacklist' => [
15  'type' => 'checkbox',
16  'label' => wfMessage( 'titleblacklist-override' ),
17  'help' => wfMessage( 'titleblacklist-override-help' ),
18  'optional' => true,
19  ],
20  ];
21  }
22 }
TitleBlacklistAuthenticationRequest\getFieldInfo
getFieldInfo()
Fetch input field info.
Definition: TitleBlacklistAuthenticationRequest.php:12
wfMessage
wfMessage( $key,... $params)
This is the function for getting translated interface messages.
Definition: GlobalFunctions.php:1264
TitleBlacklistAuthenticationRequest
An authentication request that allows users with sufficiently high privileges to skip the title black...
Definition: TitleBlacklistAuthenticationRequest.php:9
TitleBlacklistAuthenticationRequest\$ignoreTitleBlacklist
$ignoreTitleBlacklist
Definition: TitleBlacklistAuthenticationRequest.php:10
MediaWiki\Auth\AuthenticationRequest
This is a value object for authentication requests.
Definition: AuthenticationRequest.php:37