|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
Public Member Functions | |
| onAPIGetParamDescriptionMessages ( $module, &$msg) | |
| Use this hook to modify a module's parameter descriptions. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIGetParamDescriptionMessages" to register handlers implementing this interface.
Definition at line 15 of file APIGetParamDescriptionMessagesHook.php.
| MediaWiki\Api\Hook\APIGetParamDescriptionMessagesHook::onAPIGetParamDescriptionMessages | ( | $module, | |
| & | $msg ) |
Use this hook to modify a module's parameter descriptions.
| ApiBase | $module | |
| Message[][] | &$msg |
Implemented in MediaWiki\Api\ApiHookRunner.