Skip to content

Commit e679c2b

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32660' into api-changes-delivery
2 parents 5708a54 + 1e8836a commit e679c2b

File tree

13 files changed

+25
-0
lines changed

13 files changed

+25
-0
lines changed

app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Interface for resolution of custom URLs.
1212
*
1313
* It can be used, for example, to resolve '\' URL path to a 'Home' page.
14+
*
15+
* @api
1416
*/
1517
interface CustomUrlLocatorInterface
1618
{

app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php

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

1111
/**
1212
* When a notification cannot be sent.
13+
*
14+
* @api
1315
*/
1416
interface NotificationExceptionInterface extends \Throwable
1517
{

app/code/Magento/User/Model/Spi/NotificatorInterface.php

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

1313
/**
1414
* Use to send out notifications about user related events.
15+
*
16+
* @api
1517
*/
1618
interface NotificatorInterface
1719
{

app/code/Magento/Vault/Block/Customer/IconInterface.php

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

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

app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php

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

1010
/**
1111
* Request processor interface
12+
*
13+
* @api
1214
*/
1315
interface RequestProcessorInterface
1416
{

app/code/Magento/Widget/Block/BlockInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* Interface \Magento\Widget\Block\BlockInterface
1616
*
17+
* @api
1718
*/
1819
interface BlockInterface
1920
{

app/code/Magento/Wishlist/Controller/IndexInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Interface \Magento\Wishlist\Controller\IndexInterface
1313
*
14+
* @api
1415
*/
1516
interface IndexInterface extends \Magento\Framework\App\ActionInterface, ViewInterface
1617
{

app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php

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

app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php

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

app/code/Magento/Wishlist/Model/ResourceModel/Item/Product/CollectionBuilderInterface.php

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

1313
/**
1414
* Wishlist items products collection builder
15+
*
16+
* @api
1517
*/
1618
interface CollectionBuilderInterface
1719
{

app/code/Magento/Wishlist/Model/Wishlist/BuyRequest/BuyRequestDataProviderInterface.php

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

1212
/**
1313
* Build buy request for adding products to wishlist
14+
*
15+
* @api
1416
*/
1517
interface BuyRequestDataProviderInterface
1618
{

app/code/Magento/Wishlist/Model/Wishlist/Data/WishlistItem.php

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

1010
/**
1111
* DTO represents Wishlist Item data
12+
*
13+
* @api
1214
*/
1315
class WishlistItem
1416
{

lib/internal/Magento/Framework/Webapi/Rest/Request.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
use Magento\Framework\Api\SimpleDataObjectConverter;
1212
use Magento\Framework\Phrase;
1313

14+
/**
15+
* Class Request
16+
*
17+
* @api
18+
*/
1419
class Request extends \Magento\Framework\Webapi\Request
1520
{
1621
/**#@+

0 commit comments

Comments
 (0)