MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAPIGetAllowedParams ( $module, &$params, $flags) | |
Use this hook to modify a module's parameters. | |
Stable to implement.
Definition at line 11 of file APIGetAllowedParamsHook.php.
MediaWiki\Api\Hook\APIGetAllowedParamsHook::onAPIGetAllowedParams | ( | $module, | |
& | $params, | ||
$flags | |||
) |
Use this hook to modify a module's parameters.
ApiBase | $module | Module object |
array | &$params | Array of parameters |
int | $flags | Zero or OR-ed flags like ApiBase::GET_VALUES_FOR_HELP |
Implemented in MediaWiki\Api\ApiHookRunner.