|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onAPIGetAllowedParams ( $module, &$params, $flags) | |
| Use this hook to modify a module's parameters. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIGetAllowedParams" to register handlers implementing this interface.
Definition at line 14 of file APIGetAllowedParamsHook.php.
| MediaWiki\Api\Hook\APIGetAllowedParamsHook::onAPIGetAllowedParams | ( | $module, | |
| & | $params, | ||
| $flags ) |
Use this hook to modify a module's parameters.
| ApiBase | $module | |
| array | &$params | Array of parameters |
| int | $flags | Zero or OR-ed flags like ApiBase::GET_VALUES_FOR_HELP |
Implemented in MediaWiki\Api\ApiHookRunner.