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

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.