MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onApiValidatePassword ( $module, &$r) | |
This hook is called from ApiValidatePassword. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiValidatePassword" to register handlers implementing this interface.
Definition at line 14 of file ApiValidatePasswordHook.php.
MediaWiki\Api\Hook\ApiValidatePasswordHook::onApiValidatePassword | ( | $module, | |
& | $r ) |
This hook is called from ApiValidatePassword.
ApiValidatePassword | $module | |
array | &$r | Result array |
Implemented in MediaWiki\Api\ApiHookRunner.