File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
CatalogPageBuilderAnalytics
PageBuilderAdminAnalytics
Ui/Component/UrlInput/Page
dev/tests/integration/testsuite/Magento/PageBuilder/Ui/Component/UrlInput/Page Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Aws S3 Page Builder module" ,
4
4
"require" : {
5
5
"magento/framework" : " *" ,
6
- "php" : " ~7.3 .0||~7.4 .0"
6
+ "php" : " ~7.4 .0||~8.0 .0"
7
7
},
8
8
"suggest" : {
9
9
"magento/module-page-builder" : " *" ,
Original file line number Diff line number Diff line change 8
8
"magento/module-page-builder-analytics" : " *" ,
9
9
"magento/module-catalog" : " *" ,
10
10
"magento/framework" : " *" ,
11
- "php" : " ~7.3 .0||~7.4 .0"
11
+ "php" : " ~7.4 .0||~8.0 .0"
12
12
},
13
13
"type" : " magento2-module" ,
14
14
"license" : [
Original file line number Diff line number Diff line change 8
8
"magento/module-page-builder-analytics" : " *" ,
9
9
"magento/module-cms" : " *" ,
10
10
"magento/framework" : " *" ,
11
- "php" : " ~7.3 .0||~7.4 .0"
11
+ "php" : " ~7.4 .0||~8.0 .0"
12
12
},
13
13
"type" : " magento2-module" ,
14
14
"license" : [
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function render(array $params): array
92
92
->load ();
93
93
94
94
if ($ blocks ->count () === 0 ) {
95
- $ result ['error ' ] = sprintf (__ ('Block with ID: %s doesn \'t exist ' ), $ params ['block_id ' ]);
95
+ $ result ['error ' ] = sprintf (__ ('Block with ID: %s doesn \'t exist ' )-> render () , $ params ['block_id ' ]);
96
96
97
97
return $ result ;
98
98
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct(
43
43
}
44
44
45
45
/**
46
- * { @inheritdoc}
46
+ * @inheritdoc
47
47
*
48
48
* @return array
49
49
*/
@@ -59,7 +59,7 @@ public function toOptionArray() : array
59
59
$ this ->options [$ pageId ] = [
60
60
'value ' => $ pageId ,
61
61
'label ' => $ item ->getTitle (),
62
- 'identifier ' => sprintf (__ ('ID: %s ' ), $ pageId )
62
+ 'identifier ' => sprintf (__ ('ID: %s ' )-> render () , $ pageId )
63
63
];
64
64
}
65
65
}
Original file line number Diff line number Diff line change 21
21
"magento/module-wishlist" : " *" ,
22
22
"magento/module-require-js" : " *" ,
23
23
"magento/module-media-storage" : " *" ,
24
- "php" : " ~7.3 .0||~7.4 .0" ,
25
- "phpgt/dom" : " 2.1.6 "
24
+ "php" : " ~7.4 .0||~8.0 .0" ,
25
+ "phpgt/dom" : " 2.2.1 "
26
26
},
27
27
"suggest" : {
28
28
"magento/module-review" : " *"
Original file line number Diff line number Diff line change 6
6
},
7
7
"require" : {
8
8
"magento/framework" : " *" ,
9
- "php" : " ~7.3 .0||~7.4 .0"
9
+ "php" : " ~7.4 .0||~8.0 .0"
10
10
},
11
11
"suggest" : {
12
12
"magento/module-admin-analytics" : " *" ,
Original file line number Diff line number Diff line change 5
5
"magento/module-analytics" : " *" ,
6
6
"magento/module-page-builder" : " *" ,
7
7
"magento/framework" : " *" ,
8
- "php" : " ~7.3 .0||~7.4 .0"
8
+ "php" : " ~7.4 .0||~8.0 .0"
9
9
},
10
10
"type" : " magento2-module" ,
11
11
"license" : [
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private function prepareExpectedResult() : array
34
34
$ options [$ pageId ] = [
35
35
'value ' => $ pageId ,
36
36
'label ' => $ item ->getTitle (),
37
- 'identifier ' => sprintf (__ ('ID: %s ' ), $ pageId )
37
+ 'identifier ' => sprintf (__ ('ID: %s ' )-> render () , $ pageId )
38
38
];
39
39
}
40
40
return $ options ;
You can’t perform that action at this time.
0 commit comments