diff options
author | Brad Jorsch <bjorsch@wikimedia.org> | 2015-04-20 14:58:55 -0400 |
---|---|---|
committer | Anomie <bjorsch@wikimedia.org> | 2015-09-17 13:51:45 +0000 |
commit | f9c1bfa594a8848ca3d845716929d34fde0a7155 (patch) | |
tree | be43b73ec1383b13c062eeff4d6f1991e2c8f693 /includes/api/ApiFormatJson.php | |
parent | d737e5762438b72bd2b1ec10937555b32b664788 (diff) | |
download | mediawikicore-f9c1bfa594a8848ca3d845716929d34fde0a7155.tar.gz mediawikicore-f9c1bfa594a8848ca3d845716929d34fde0a7155.zip |
API: Finish killing "raw mode"
It was kept around in the ApiResult rewrite because Wikibase was
(mis)using it as an "XML mode" flag.
Bug: T96596
Change-Id: Ic8259649c8cb0cce0444c907607c36d96fb2eb7e
Diffstat (limited to 'includes/api/ApiFormatJson.php')
-rw-r--r-- | includes/api/ApiFormatJson.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/api/ApiFormatJson.php b/includes/api/ApiFormatJson.php index 9538842466e9..be1b12c358b0 100644 --- a/includes/api/ApiFormatJson.php +++ b/includes/api/ApiFormatJson.php @@ -59,13 +59,6 @@ class ApiFormatJson extends ApiFormatBase { /** * @deprecated since 1.25 */ - public function getNeedsRawData() { - return $this->isRaw; - } - - /** - * @deprecated since 1.25 - */ public function getWantsHelp() { wfDeprecated( __METHOD__, '1.25' ); // Help is always ugly in JSON |