Skip to content

Commit b03edea

Browse files
author
Robert He
committed
MAGETWO-39438: Remove deprecated code
-- don't remove @deprecated tag form APIs
1 parent 6467f48 commit b03edea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Payment/Model/MethodInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function getCode();
2525
*
2626
* @return string
2727
* @api
28+
* @deprecated
2829
*/
2930
public function getFormBlockType();
3031

@@ -200,6 +201,7 @@ public function canUseForCurrency($currencyCode);
200201
*
201202
* @return string
202203
* @api
204+
* @deprecated
203205
*/
204206
public function getInfoBlockType();
205207

@@ -209,6 +211,7 @@ public function getInfoBlockType();
209211
* @return InfoInterface
210212
* @throws \Magento\Framework\Exception\LocalizedException
211213
* @api
214+
* @deprecated
212215
*/
213216
public function getInfoInstance();
214217

@@ -218,6 +221,7 @@ public function getInfoInstance();
218221
* @param InfoInterface $info
219222
* @return void
220223
* @api
224+
* @deprecated
221225
*/
222226
public function setInfoInstance(InfoInterface $info);
223227

@@ -331,6 +335,7 @@ public function getConfigData($field, $storeId = null);
331335
* @param array|\Magento\Framework\DataObject $data
332336
* @return $this
333337
* @api
338+
* @deprecated
334339
*/
335340
public function assignData($data);
336341

@@ -360,6 +365,7 @@ public function isActive($storeId = null);
360365
* @return $this
361366
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
362367
* @api
368+
* @deprecated
363369
*/
364370
public function initialize($paymentAction, $stateObject);
365371

0 commit comments

Comments
 (0)