Remove use of old API doc methods
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 10 Oct 2018 17:14:13 +0000 (13:14 -0400)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 29 Oct 2018 21:58:19 +0000 (14:58 -0700)
commitafe9a0fa5bd8fdcc9f2a9403f366e24f46fd64d1
tree1b9a201ae33c8dec8fa5506296351033ef19637d
parent682f3d92b22ac7c313d65194cae84197740946ad
Remove use of old API doc methods

The following deprecated methods, intended for overriding by extensions,
are no longer called and are hard deprecated.

* ApiBase::getDescription() (deprecated in 1.25)
* ApiBase::getParamDescription() (deprecated in 1.25)
* ApiBase::getExamples() (deprecated in 1.25)
* ApiBase::getDescriptionMessage() (deprecated in 1.30)

Also, the 'APIGetDescription' and 'APIGetParamDescription' hooks have
been removed, as their only use was to allow extensions to override
values returned by getDescription() and getParamDescription(),
respectively.

Change-Id: I486c4ccab4eca6a85cb17c30dbb2439876123ba1
RELEASE-NOTES-1.33
docs/hooks.txt
includes/api/ApiBase.php
includes/api/ApiDisabled.php
includes/api/ApiQueryDisabled.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json