MediaWiki REL1_39
ApiDeprecationHelpHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use 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:140
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...