MediaWiki
REL1_35
AuthChangeFormFieldsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\SpecialPage\Hook
;
4
5
use
MediaWiki\Auth\AuthenticationRequest
;
6
11
interface
AuthChangeFormFieldsHook
{
28
public
function
onAuthChangeFormFields
( $requests, $fieldInfo,
29
&$formDescriptor, $action
30
);
31
}
MediaWiki\Auth\AuthenticationRequest
This is a value object for authentication requests.
Definition
AuthenticationRequest.php:38
MediaWiki\SpecialPage\Hook\AuthChangeFormFieldsHook
Stable to implement.
Definition
AuthChangeFormFieldsHook.php:11
MediaWiki\SpecialPage\Hook\AuthChangeFormFieldsHook\onAuthChangeFormFields
onAuthChangeFormFields( $requests, $fieldInfo, &$formDescriptor, $action)
This hook is called after converting a field information array obtained from a set of AuthenticationR...
MediaWiki\SpecialPage\Hook
Definition
AuthChangeFormFieldsHook.php:3
includes
specialpage
Hook
AuthChangeFormFieldsHook.php
Generated on Sat Apr 6 2024 00:07:52 for MediaWiki by
1.9.8