Skip to content

Commit 04e674b

Browse files
Merge pull request #6786 from magento-commerce/imported-magento-commerce-magento2ce-6785
[EngCom] Api changes delivery
2 parents 9a68d68 + e19766a commit 04e674b

File tree

273 files changed

+678
-79
lines changed

Some content is hidden

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

273 files changed

+678
-79
lines changed

app/code/Magento/Catalog/Block/Product/AwareInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Class Product Aware interface
10+
*
11+
* @api
1012
*/
1113
interface AwareInterface
1214
{

app/code/Magento/Catalog/Block/Product/ImageFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* Create imageBlock from product and view.xml
21+
*
22+
* @api
2123
*/
2224
class ImageFactory
2325
{

app/code/Magento/Catalog/Block/Product/ReviewRendererInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Interface \Magento\Catalog\Block\Product\ReviewRendererInterface
1111
*
12+
* @api
1213
*/
1314
interface ReviewRendererInterface
1415
{

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper/HandlerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Interface \Magento\Catalog\Controller\Adminhtml\Product\Initialization\Helper\HandlerInterface
1010
*
11+
* @api
1112
*/
1213
interface HandlerInterface
1314
{

app/code/Magento/Catalog/Controller/Product/View/ViewInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
/**
88
* Marker interface for controllers on product view page
9+
*
10+
* @api
911
*/
1012
namespace Magento\Catalog\Controller\Product\View;
1113

app/code/Magento/Catalog/Model/Attribute/LockValidatorInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Interface \Magento\Catalog\Model\Attribute\LockValidatorInterface
1212
*
13+
* @api
1314
*/
1415
interface LockValidatorInterface
1516
{

app/code/Magento/Catalog/Model/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Catalog config model.
1313
*
14+
* @api
1415
* @SuppressWarnings(PHPMD.LongVariable)
1516
* @SuppressWarnings(PHPMD.TooManyFields)
1617
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)

app/code/Magento/Catalog/Model/Config/Source/ProductPriceOptionsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Interface ProductPriceOptionsInterface
12+
*
13+
* @api
1214
*/
1315
interface ProductPriceOptionsInterface extends OptionSourceInterface
1416
{

app/code/Magento/Catalog/Model/Entity/Product/Attribute/Group/AttributeMapperInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* Interface \Magento\Catalog\Model\Entity\Product\Attribute\Group\AttributeMapperInterface
1414
*
15+
* @api
1516
*/
1617
interface AttributeMapperInterface
1718
{

app/code/Magento/Catalog/Model/Indexer/Product/Flat/TableDataInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Interface TableDataInterface
10+
*
11+
* @api
1012
*/
1113
interface TableDataInterface
1214
{

0 commit comments

Comments
 (0)