MediaWiki  master
APIGetParamDescriptionMessagesHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
5 use ApiBase;
6 use Message;
7 
25  public function onAPIGetParamDescriptionMessages( $module, &$msg );
26 }
This abstract class implements many basic API functions, and is the base of all API classes.
Definition: ApiBase.php:63
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition: Message.php:144
This is a hook handler interface, see docs/Hooks.md.
onAPIGetParamDescriptionMessages( $module, &$msg)
Use this hook to modify a module's parameter descriptions.