MediaWiki REL1_35
MediaWiki\Api\Hook\ApiValidatePasswordHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Api\Hook\ApiValidatePasswordHook:

Public Member Functions

 onApiValidatePassword ( $module, &$r)
 This hook is called from ApiValidatePassword.
 

Detailed Description

Stable to implement.

Definition at line 11 of file ApiValidatePasswordHook.php.

Member Function Documentation

◆ onApiValidatePassword()

MediaWiki\Api\Hook\ApiValidatePasswordHook::onApiValidatePassword (   $module,
$r 
)

This hook is called from ApiValidatePassword.

Since
1.35
Parameters
ApiValidatePassword$module
array&$rResult array
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\Api\ApiHookRunner.


The documentation for this interface was generated from the following file: