MediaWiki master
MediaWiki\Api\Hook\APIGetParamDescriptionMessagesHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "APIGetParamDescriptionMessages" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file APIGetParamDescriptionMessagesHook.php.

Member Function Documentation

◆ onAPIGetParamDescriptionMessages()

MediaWiki\Api\Hook\APIGetParamDescriptionMessagesHook::onAPIGetParamDescriptionMessages ( $module,
& $msg )

Use this hook to modify a module's parameter descriptions.

Since
1.35
Parameters
ApiBase$module
Message[][]&$msg
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: