Skip to content

Commit e8f07be

Browse files
ProkopovVitaliyGabriel Galvao da Gama
authored andcommitted
Marked classes and interfaces as API part 2
1 parent 2e1b1b0 commit e8f07be

File tree

8 files changed

+12
-0
lines changed

8 files changed

+12
-0
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Catalog product controller
1212
* @SuppressWarnings(PHPMD.NumberOfChildren)
13+
* @api
1314
*/
1415
abstract class Product extends \Magento\Backend\App\Action
1516
{

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

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

1212
/**
1313
* Final price model
14+
*
15+
* @api
1416
*/
1517
class FinalPrice extends AbstractPrice implements FinalPriceInterface
1618
{

app/code/Magento/Customer/Block/Adminhtml/Edit/GenericButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Class GenericButton
1212
* @package Magento\Customer\Block\Adminhtml\Edit
13+
* @api
1314
*/
1415
class GenericButton
1516
{

app/code/Magento/Payment/Gateway/Config/Config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* To process value retrieved from config implementation of \Magento\Payment\Gateway\Config\ValueHandlerInterface
1616
* should be used (inheritance and overriding of getValue method or introduction of new public methods
1717
* is not recommended).
18+
*
19+
* @api
1820
*/
1921
class Config implements ConfigInterface
2022
{

app/code/Magento/Store/Ui/Component/Listing/Column/Store/Options.php

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

1212
/**
1313
* Ui stores options
14+
*
15+
* @api
1416
*/
1517
class Options implements OptionSourceInterface
1618
{

lib/internal/Magento/Framework/App/Cache/Type/Config.php

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

1212
/**
1313
* System / Cache Management / Cache type "Configuration"
14+
*
15+
* @api
1416
*/
1517
class Config extends TagScope implements CacheInterface
1618
{

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*
3131
* @inheritdoc
3232
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+
* @api
3334
*/
3435
class Cli extends Console\Application
3536
{

lib/internal/Magento/Framework/Mview/ActionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Interface \Magento\Framework\Mview\ActionInterface
1010
*
11+
* @api
1112
*/
1213
interface ActionInterface
1314
{

0 commit comments

Comments
 (0)