MediaWiki  master
ApiDeprecationHelpHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
5 use Message;
6 
25  public function onApiDeprecationHelp( &$msgs );
26 }
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.
onApiDeprecationHelp(&$msgs)
Use this hook to add messages to the 'deprecation-help' warning generated from ApiBase::addDeprecatio...