Skip to content

Commit 8da2b9f

Browse files
author
Gabriel Galvao da Gama
committed
Merge remote-tracking branch 'magento-engcom/imported-magento-magento2-32151' into api-changes-delivery
2 parents 47cc32d + 81ec7c9 commit 8da2b9f

25 files changed

+93
-11
lines changed

lib/internal/Magento/Framework/View/File/FileList/CollateInterface.php

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

78
namespace Magento\Framework\View\File\FileList;
89

910
/**
1011
* View file list collate interface
12+
*
13+
* @api
1114
*/
1215
interface CollateInterface
1316
{

lib/internal/Magento/Framework/View/Helper/SecureHtmlRender/EventHandlerData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
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\View\Helper\SecureHtmlRender;
109

1110
/**
1211
* JS event handler data.
12+
*
13+
* @api
1314
*/
1415
class EventHandlerData
1516
{

lib/internal/Magento/Framework/View/Helper/SecureHtmlRender/SecurityProcessorInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
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\View\Helper\SecureHtmlRender;
109

1110
/**
1211
* Perform security related modifications or logic for HTML being rendered.
12+
*
13+
* @api
1314
*/
1415
interface SecurityProcessorInterface
1516
{

lib/internal/Magento/Framework/View/Helper/SecureHtmlRender/TagData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
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\View\Helper\SecureHtmlRender;
109

1110
/**
1211
* Tag data to render.
12+
*
13+
* @api
1314
*/
1415
class TagData
1516
{

lib/internal/Magento/Framework/View/Layout/Argument/UpdaterInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout\Argument;
79

810
/**
911
* Interface of value modification with no value loss
12+
*
13+
* @api
1014
*/
1115
interface UpdaterInterface
1216
{

lib/internal/Magento/Framework/View/Layout/Condition/VisibilityConditionInterface.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout\Condition;
79

810
/**
9-
* Class VisibilityConditionInterface
11+
* Interface VisibilityConditionInterface
1012
*
1113
* Introduces family of visibility conditions for layout elements.
1214
* By using this interface a developer can specify dynamic rule for ui component visibility.
@@ -23,6 +25,8 @@
2325
* </uiComponent>
2426
*
2527
* "visibilityCondition" just another optional child element of ui component declaration
28+
*
29+
* @api
2630
*/
2731
interface VisibilityConditionInterface
2832
{

lib/internal/Magento/Framework/View/Layout/GeneratorInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout;
79

810
/**
911
* Interface \Magento\Framework\View\Layout\GeneratorInterface
1012
*
13+
* @api
1114
*/
1215
interface GeneratorInterface
1316
{

lib/internal/Magento/Framework/View/Layout/LayoutCacheKeyInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout;
79

810
/**
911
* Interface LayoutCacheKeyInterface
12+
*
13+
* @api
1014
*/
1115
interface LayoutCacheKeyInterface
1216
{

lib/internal/Magento/Framework/View/Layout/ProcessorInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout;
79

810
/**
911
* Interface ProcessorInterface
12+
*
13+
* @api
1014
*/
1115
interface ProcessorInterface
1216
{

lib/internal/Magento/Framework/View/Layout/ReaderInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\View\Layout;
79

810
/**
911
* Interface \Magento\Framework\View\Layout\ReaderInterface
1012
*
13+
* @api
1114
*/
1215
interface ReaderInterface
1316
{

0 commit comments

Comments
 (0)