Manual:Hooks/APIGetAllowedParams
From MediaWiki.org
| APIGetAllowedParams | |
|---|---|
| Available from version 1.14.0 Use this hook to modify a module's parameters |
|
*Define function: |
function fnMyHook( &$module, &$params ) { ... }
|
*Attach hook: |
$wgHooks['APIGetAllowedParams'][] = 'fnMyHook'; |
| Called from: | ApiBase.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:APIGetAllowedParams extensions.
[edit] Details
- $module: Module object
- $params: Array of parameters