Skip to content

Commit e19766a

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32152' into api-changes-delivery
2 parents e679c2b + 6815764 commit e19766a

29 files changed

+55
-7
lines changed

app/code/Magento/Search/Model/SearchEngine/ValidatorInterface.php

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

1010
/**
1111
* Validate search engine configuration
12+
*
13+
* @api
1214
*/
1315
interface ValidatorInterface
1416
{

app/code/Magento/Search/Setup/InstallConfigInterface.php

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

1010
/**
1111
* Configure search engine from installation input
12+
*
13+
* @api
1214
*/
1315
interface InstallConfigInterface
1416
{

app/code/Magento/Security/Api/Data/UserExpirationInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
declare(strict_types=1);
87

98
namespace Magento\Security\Api\Data;
@@ -12,6 +11,8 @@
1211

1312
/**
1413
* Interface UserExpirationInterface to be used as a DTO for expires_at property on User model.
14+
*
15+
* @api
1516
*/
1617
interface UserExpirationInterface extends \Magento\Framework\Api\ExtensibleDataInterface
1718
{

app/code/Magento/Shipping/Model/Carrier/Source/GenericInterface.php

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

1010
/**
1111
* Interface GenericInterface
12+
*
13+
* @api
1214
*/
1315
interface GenericInterface extends OptionSourceInterface
1416
{

app/code/Magento/Store/Model/Config/Importer/Processor/ProcessorInterface.php

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

1010
/**
1111
* The processor for store manipulations.
12+
*
13+
* @api
1214
*/
1315
interface ProcessorInterface
1416
{

app/code/Magento/Store/Model/StoreResolver/ReaderInterface.php

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

app/code/Magento/Store/Model/StoreSwitcher/ContextInterface.php

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

1212
/**
1313
* Store switcher context interface
14+
*
15+
* @api
1416
*/
1517
interface ContextInterface
1618
{

app/code/Magento/Store/Model/StoreSwitcher/RedirectDataInterface.php

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

1010
/**
1111
* Store switcher redirect data interface
12+
*
13+
* @api
1214
*/
1315
interface RedirectDataInterface
1416
{

app/code/Magento/Store/Model/StoreSwitcher/RedirectDataPostprocessorInterface.php

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

1010
/**
1111
* Store switcher redirect data post-processor interface
12+
*
13+
* @api
1214
*/
1315
interface RedirectDataPostprocessorInterface
1416
{

app/code/Magento/Store/Model/StoreSwitcher/RedirectDataPreprocessorInterface.php

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

1010
/**
1111
* Store switcher redirect data pre-processor interface
12+
*
13+
* @api
1214
*/
1315
interface RedirectDataPreprocessorInterface
1416
{

0 commit comments

Comments
 (0)