Skip to content

Commit e1eb785

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32659' into api-changes-delivery
2 parents 8da2b9f + bdff3f8 commit e1eb785

29 files changed

+44
-0
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/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/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
{

app/code/Magento/Catalog/Model/Layer/CollectionFilterInterface.php

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

app/code/Magento/Catalog/Model/Layer/FilterableAttributeListInterface.php

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

0 commit comments

Comments
 (0)