MediaWiki  master
AuthChangeFormFieldsHook.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
31  public function onAuthChangeFormFields( $requests, $fieldInfo,
32  &$formDescriptor, $action
33  );
34 }
This is a value object for authentication requests.
This is a hook handler interface, see docs/Hooks.md.
onAuthChangeFormFields( $requests, $fieldInfo, &$formDescriptor, $action)
This hook is called after converting a field information array obtained from a set of AuthenticationR...