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

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.
Implemented in MediaWiki\Api\ApiHookRunner.