MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
Public Member Functions | |
onAPIGetDescriptionMessages ( $module, &$msg) | |
Use this hook to modify a module's help message. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIGetDescriptionMessages" to register handlers implementing this interface.
Definition at line 15 of file APIGetDescriptionMessagesHook.php.
MediaWiki\Api\Hook\APIGetDescriptionMessagesHook::onAPIGetDescriptionMessages | ( | $module, | |
& | $msg ) |
Use this hook to modify a module's help message.
Implemented in MediaWiki\Api\ApiHookRunner.