MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onApiDeprecationHelp (&$msgs) | |
Use this hook to add messages to the 'deprecation-help' warning generated from ApiBase::addDeprecation(). | |
Stable to implement.
Definition at line 11 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.