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

+2
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

+1
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

+1
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

+2
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

+1
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

+2
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

+1
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

+2
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

+1
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

+1
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
{

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

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Interface \Magento\Catalog\Model\Layer\ItemCollectionProviderInterface
1212
*
13+
* @api
1314
*/
1415
interface ItemCollectionProviderInterface
1516
{

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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Interface \Magento\Catalog\Model\Layer\StateKeyInterface
1111
*
12+
* @api
1213
*/
1314
interface StateKeyInterface
1415
{

app/code/Magento/Catalog/Model/Product/Condition/ConditionInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* Interface \Magento\Catalog\Model\Product\Condition\ConditionInterface
1414
*
15+
* @api
1516
*/
1617
interface ConditionInterface
1718
{

app/code/Magento/Catalog/Model/Product/Configuration/Item/Option/OptionInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* Interface of product configurational item option
99
*
10+
* @api
1011
* @author Magento Core Team <[email protected]>
1112
*/
1213
namespace Magento\Catalog\Model\Product\Configuration\Item\Option;

app/code/Magento/Catalog/Model/Product/Media/ConfigInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* Interface \Magento\Catalog\Model\Product\Media\ConfigInterface
1414
*
15+
* @api
1516
*/
1617
interface ConfigInterface
1718
{

app/code/Magento/Catalog/Model/Product/Pricing/Renderer/SalableResolverInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* Interface resolver checks whether product available for sale
11+
*
12+
* @api
1113
*/
1214
interface SalableResolverInterface
1315
{

app/code/Magento/Catalog/Model/ProductLink/CollectionProviderInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Interface \Magento\Catalog\Model\ProductLink\CollectionProviderInterface
1111
*
12+
* @api
1213
*/
1314
interface CollectionProviderInterface
1415
{

app/code/Magento/Catalog/Model/ProductLink/Converter/ConverterInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/**
1010
* Interface \Magento\Catalog\Model\ProductLink\Converter\ConverterInterface
1111
*
12+
* @api
1213
*/
1314
interface ConverterInterface
1415
{

app/code/Magento/Catalog/Model/ProductLink/Data/ListCriteriaInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Criteria for finding lists.
12+
*
13+
* @api
1214
*/
1315
interface ListCriteriaInterface
1416
{

app/code/Magento/Catalog/Model/ProductLink/Data/ListResultInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Result of finding a list of links.
14+
*
15+
* @api
1416
*/
1517
interface ListResultInterface
1618
{

app/code/Magento/Catalog/Model/ProductLink/MapProviderInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Provide link data for products.
15+
*
16+
* @api
1517
*/
1618
interface MapProviderInterface
1719
{

app/code/Magento/Catalog/Model/ProductOptions/ConfigInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Interface \Magento\Catalog\Model\ProductOptions\ConfigInterface
1010
*
11+
* @api
1112
*/
1213
interface ConfigInterface
1314
{

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/IndexTableStructure.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Wrapper for structure of price index table.
12+
*
13+
* @api
1214
*/
1315
class IndexTableStructure
1416
{

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/PriceModifierInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Interface for modifying price data in price index table.
12+
*
13+
* @api
1214
*/
1315
interface PriceModifierInterface
1416
{

app/code/Magento/Catalog/Model/ResourceModel/Product/LinkedProductSelectBuilderInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Provide Select object for retrieve product id with minimal price
10+
*
11+
* @api
1012
*/
1113
interface LinkedProductSelectBuilderInterface
1214
{

app/code/Magento/Catalog/Pricing/Price/ConfiguredPriceInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Configured price interface.
13+
*
14+
* @api
1315
*/
1416
interface ConfiguredPriceInterface
1517
{

app/code/Magento/Catalog/Pricing/Price/MinimalPriceCalculatorInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Interface define methods which control display of "As low as" price
14+
*
15+
* @api
1416
*/
1517
interface MinimalPriceCalculatorInterface
1618
{

app/code/Magento/Catalog/Pricing/Price/SpecialPriceInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* Special price interface
11+
*
12+
* @api
1113
*/
1214
interface SpecialPriceInterface
1315
{

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/WysiwygConfigDataProcessorInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Interface WysiwygConfigDataProcessorInterface
13+
*
14+
* @api
1315
*/
1416
interface WysiwygConfigDataProcessorInterface
1517
{

0 commit comments

Comments
 (0)