MediaWiki REL1_35
MediaWiki\Api\Hook\APIGetDescriptionMessagesHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Api\Hook\APIGetDescriptionMessagesHook:

Public Member Functions

 onAPIGetDescriptionMessages ( $module, &$msg)
 Use this hook to modify a module's help message.
 

Detailed Description

Stable to implement.

Definition at line 12 of file APIGetDescriptionMessagesHook.php.

Member Function Documentation

◆ onAPIGetDescriptionMessages()

MediaWiki\Api\Hook\APIGetDescriptionMessagesHook::onAPIGetDescriptionMessages (   $module,
$msg 
)

Use this hook to modify a module's help message.

Since
1.35
Parameters
ApiBase$moduleModule object
Message[]&$msgArray of Message objects
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\Api\ApiHookRunner.


The documentation for this interface was generated from the following file: