Skip to content

Commit 5708a54

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32069' into api-changes-delivery
2 parents b4dc47a + 7e9365b commit 5708a54

27 files changed

+53
-5
lines changed

lib/internal/Magento/Framework/Stdlib/DateTime/Timezone/LocalizedDateToUtcConverterInterface.php

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

1010
/*
1111
* Interface for converting localized date to UTC
12+
*
13+
* @api
1214
*/
1315
interface LocalizedDateToUtcConverterInterface
1416
{

lib/internal/Magento/Framework/TestFramework/Unit/Autoloader/GeneratorInterface.php

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

99
/**
1010
* Interface for generation of a class of specific type
11+
*
12+
* @api
1113
*/
1214
interface GeneratorInterface
1315
{

lib/internal/Magento/Framework/Translate/Inline/ProviderInterface.php

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

99
/**
1010
* Factory like class to return an instance of the inline translate.
11+
*
12+
* @api
1113
*/
1214
interface ProviderInterface
1315
{

lib/internal/Magento/Framework/TranslateInterface.php

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

88
/**
99
* @todo change this interface when i18n-related logic is moved to library
10+
*
11+
* @api
1012
*/
1113
interface TranslateInterface
1214
{

lib/internal/Magento/Framework/Url/ModifierInterface.php

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

88
/**
99
* URL modifier interface.
10+
*
11+
* @api
1012
*/
1113
interface ModifierInterface
1214
{

lib/internal/Magento/Framework/Url/RouteParamsPreprocessorInterface.php

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

88
/**
99
* Route parameters preprocessor interface.
10+
*
11+
* @api
1012
*/
1113
interface RouteParamsPreprocessorInterface
1214
{

lib/internal/Magento/Framework/Validator/Constraint/OptionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Interface \Magento\Framework\Validator\Constraint\OptionInterface
1212
*
13+
* @api
1314
*/
1415
interface OptionInterface
1516
{

lib/internal/Magento/Framework/Validator/HTML/AttributeValidatorInterface.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\Framework\Validator\HTML;
@@ -12,6 +11,8 @@
1211

1312
/**
1413
* Validates HTML attributes content.
14+
*
15+
* @api
1516
*/
1617
interface AttributeValidatorInterface
1718
{

lib/internal/Magento/Framework/Validator/HTML/TagValidatorInterface.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\Framework\Validator\HTML;
@@ -12,6 +11,8 @@
1211

1312
/**
1413
* Validates tag for user HTML content.
14+
*
15+
* @api
1516
*/
1617
interface TagValidatorInterface
1718
{

lib/internal/Magento/Framework/Validator/HTML/WYSIWYGValidatorInterface.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\Framework\Validator\HTML;
@@ -12,6 +11,8 @@
1211

1312
/**
1413
* Validates user HTML.
14+
*
15+
* @api
1516
*/
1617
interface WYSIWYGValidatorInterface
1718
{

lib/internal/Magento/Framework/View/Asset/ContentProcessorInterface.php

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

1010
/**
1111
* Interface ContentProcessorInterface
12+
*
13+
* @api
1214
*/
1315
interface ContentProcessorInterface
1416
{

lib/internal/Magento/Framework/View/Asset/ContextInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Framework\View\Asset;
87

98
/**
109
* An abstraction for getting context path of an asset
10+
*
11+
* @api
1112
*/
1213
interface ContextInterface
1314
{

lib/internal/Magento/Framework/View/Asset/LockerProcessInterface.php

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

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

lib/internal/Magento/Framework/View/Asset/MergeStrategyInterface.php

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

88
/**
99
* Interface for merging multiple assets into one
10+
*
11+
* @api
1012
*/
1113
interface MergeStrategyInterface
1214
{

lib/internal/Magento/Framework/View/Asset/MergeableInterface.php

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

88
/**
99
* Interface of an asset that can be merged with other assets
10+
*
11+
* @api
1012
*/
1113
interface MergeableInterface extends LocalInterface
1214
{

lib/internal/Magento/Framework/View/Asset/PreProcessor/FilenameResolverInterface.php

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

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

lib/internal/Magento/Framework/View/Design/Fallback/Rule/RuleInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Rule Interface
1010
*
1111
* Interface for search path resolution during fallback process
12+
*
13+
* @api
1214
*/
1315
interface RuleInterface
1416
{

lib/internal/Magento/Framework/View/Design/FileResolution/Fallback/ResolverInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Framework\View\Design\FileResolution\Fallback;
87

98
use Magento\Framework\View\Design\FileResolution\Fallback;
109
use Magento\Framework\View\Design\ThemeInterface;
1110

1211
/**
1312
* Interface for resolvers of view files using fallback rules
13+
*
14+
* @api
1415
*/
1516
interface ResolverInterface
1617
{

lib/internal/Magento/Framework/View/Design/Theme/Customization/ConfigInterface.php

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

88
/**
99
* Theme customization configuration interface
10+
*
11+
* @api
1012
*/
1113
interface ConfigInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/Customization/FileAssetInterface.php

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

88
/**
99
* Theme asset file interface
10+
*
11+
* @api
1012
*/
1113
interface FileAssetInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/Customization/FileInterface.php

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

88
/**
99
* Theme service file interface
10+
*
11+
* @api
1012
*/
1113
interface FileInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/CustomizationInterface.php

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

88
/**
99
* Theme customization interface
10+
*
11+
* @api
1012
*/
1113
interface CustomizationInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/File/CollectionInterface.php

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

88
/**
99
* Design Theme File collection interface
10+
*
11+
* @api
1012
*/
1113
interface CollectionInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/FileInterface.php

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

88
/**
99
* Theme file interface
10+
*
11+
* @api
1012
*/
1113
interface FileInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/Image/PathInterface.php

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

1010
/**
1111
* Theme Image Path interface
12+
*
13+
* @api
1214
*/
1315
interface PathInterface
1416
{

lib/internal/Magento/Framework/View/Design/Theme/ResolverInterface.php

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

88
/**
99
* Theme resolver interface
10+
*
11+
* @api
1012
*/
1113
interface ResolverInterface
1214
{

lib/internal/Magento/Framework/View/Design/Theme/ThemeProviderInterface.php

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

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

0 commit comments

Comments
 (0)