Skip to content

Commit 4a55a71

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-66599: Add @api Annotation for ConfigurableProduct Module
1 parent be2def1 commit 4a55a71

File tree

23 files changed

+49
-2
lines changed

23 files changed

+49
-2
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Order/Create/Sidebar.php

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

88
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
99

10+
/**
11+
* @api
12+
*/
1013
class Sidebar
1114
{
1215
/**

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Created.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
namespace Magento\ConfigurableProduct\Block\Adminhtml\Product\Attribute\NewAttribute\Product;
1313

14+
/**
15+
* @api
16+
*/
1417
class Created extends \Magento\Backend\Block\Widget
1518
{
1619
/**

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/AttributeValues.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\ConfigurableProduct\Block\Adminhtml\Product\Steps;
99

10+
/**
11+
* @api
12+
*/
1013
class AttributeValues extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract
1114
{
1215
/**

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/Bulk.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Eav\Model\Entity\Attribute;
1616
use Magento\Framework\View\Element\Template\Context;
1717

18+
/**
19+
* @api
20+
*/
1821
class Bulk extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract
1922
{
2023
/** @var Image */

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/SelectAttributes.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\ConfigurableProduct\Block\Adminhtml\Product\Steps;
99

10+
/**
11+
* @api
12+
*/
1013
class SelectAttributes extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract
1114
{
1215
/**

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps/Summary.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\ConfigurableProduct\Block\Adminhtml\Product\Steps;
99

10+
/**
11+
* @api
12+
*/
1013
class Summary extends \Magento\Ui\Block\Component\StepsWizard\StepAbstract
1114
{
1215
/**

app/code/Magento/ConfigurableProduct/Block/Cart/Item/Renderer/Configurable.php

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

1212
/**
1313
* Shopping cart item render block for configurable products.
14+
* @api
1415
*/
1516
class Configurable extends Renderer implements IdentityInterface
1617
{

app/code/Magento/ConfigurableProduct/Block/Product/Configurable/AssociatedSelector/Renderer/Id.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\ConfigurableProduct\Block\Product\Configurable\AssociatedSelector\Renderer;
99

10+
/**
11+
* @api
12+
*/
1013
class Id extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1114
{
1215
/**

app/code/Magento/ConfigurableProduct/Block/Product/Configurable/AttributeSelector.php

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

1010
/**
1111
* @SuppressWarnings(PHPMD.LongVariable)
12+
* @api
1213
*/
1314
class AttributeSelector extends \Magento\Backend\Block\Template
1415
{

app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php

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

1414
/**
1515
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16+
* @api
1617
*/
1718
class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
1819
{

0 commit comments

Comments
 (0)