Skip to content

Commit 1d05992

Browse files
author
Gabriel Galvao da Gama
committed
Merge branch '32021-api-changes' into api-changes-delivery
2 parents fd8e3c0 + ec4e806 commit 1d05992

File tree

46 files changed

+46
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-1
lines changed

app/code/Magento/ReleaseNotification/Model/ContentProviderInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* Requests the release notification content data from a defined service
11+
* @api
1112
*/
1213
interface ContentProviderInterface
1314
{

app/code/Magento/RemoteStorage/Driver/DriverFactoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Factory for drivers with additional configuration.
12+
* @api
1213
*/
1314
interface DriverFactoryInterface
1415
{

app/code/Magento/RemoteStorage/Driver/RemoteDriverInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* Remote storage driver.
14+
* @api
1415
*/
1516
interface RemoteDriverInterface extends ExtendedDriverInterface
1617
{

app/code/Magento/RemoteStorage/FilesystemInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Provides extension for applicable directory codes.
12+
* @api
1213
*/
1314
interface FilesystemInterface
1415
{

app/code/Magento/Sales/Api/OrderCustomerDelegateInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* Delegate related to orders customers operations to Customer module.
14+
* @api
1415
*/
1516
interface OrderCustomerDelegateInterface
1617
{

app/code/Magento/Sales/Api/PaymentFailuresInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface for managing payment gateway failures.
12+
* @api
1213
*/
1314
interface PaymentFailuresInterface
1415
{

app/code/Magento/Sales/Controller/AbstractController/OrderLoaderInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* Interface \Magento\Sales\Controller\AbstractController\OrderLoaderInterface
13+
* @api
1314
*
1415
*/
1516
interface OrderLoaderInterface

app/code/Magento/Sales/Controller/AbstractController/OrderViewAuthorizationInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* Interface \Magento\Sales\Controller\AbstractController\OrderViewAuthorizationInterface
11+
* @api
1112
*
1213
*/
1314
interface OrderViewAuthorizationInterface

app/code/Magento/Sales/Controller/OrderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Interface \Magento\Sales\Controller\OrderInterface
13-
*
13+
* @api
1414
*/
1515
interface OrderInterface extends ActionInterface
1616
{

app/code/Magento/Sales/Model/Order/Creditmemo/CreditmemoValidatorInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Interface CreditmemoValidatorInterface
15+
* @api
1516
*/
1617
interface CreditmemoValidatorInterface
1718
{

0 commit comments

Comments
 (0)