MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onApiDeprecationHelp (&$msgs) | |
Use this hook to add messages to the 'deprecation-help' warning generated from ApiBase::addDeprecation(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiDeprecationHelp" to register handlers implementing this interface.
Definition at line 14 of file ApiDeprecationHelpHook.php.
MediaWiki\Api\Hook\ApiDeprecationHelpHook::onApiDeprecationHelp | ( | & | $msgs | ) |
Use this hook to add messages to the 'deprecation-help' warning generated from ApiBase::addDeprecation().
Message[] | &$msgs | Messages to include in the help. Multiple messages will be joined with spaces. |
Implemented in MediaWiki\Api\ApiHookRunner.