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 33 "description" : " Aws S3 Page Builder module" ,
44 "require" : {
55 "magento/framework" : " *" ,
6- "php" : " ~7.3 .0||~7.4 .0"
6+ "php" : " ~7.4 .0||~8.0 .0"
77 },
88 "suggest" : {
99 "magento/module-page-builder" : " *" ,
Original file line number Diff line number Diff line change 88 "magento/module-page-builder-analytics" : " *" ,
99 "magento/module-catalog" : " *" ,
1010 "magento/framework" : " *" ,
11- "php" : " ~7.3 .0||~7.4 .0"
11+ "php" : " ~7.4 .0||~8.0 .0"
1212 },
1313 "type" : " magento2-module" ,
1414 "license" : [
Original file line number Diff line number Diff line change 88 "magento/module-page-builder-analytics" : " *" ,
99 "magento/module-cms" : " *" ,
1010 "magento/framework" : " *" ,
11- "php" : " ~7.3 .0||~7.4 .0"
11+ "php" : " ~7.4 .0||~8.0 .0"
1212 },
1313 "type" : " magento2-module" ,
1414 "license" : [
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function render(array $params): array
9292 ->load ();
9393
9494 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 ' ]);
9696
9797 return $ result ;
9898 }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct(
4343 }
4444
4545 /**
46- * { @inheritdoc}
46+ * @inheritdoc
4747 *
4848 * @return array
4949 */
@@ -59,7 +59,7 @@ public function toOptionArray() : array
5959 $ this ->options [$ pageId ] = [
6060 'value ' => $ pageId ,
6161 'label ' => $ item ->getTitle (),
62- 'identifier ' => sprintf (__ ('ID: %s ' ), $ pageId )
62+ 'identifier ' => sprintf (__ ('ID: %s ' )-> render () , $ pageId )
6363 ];
6464 }
6565 }
Original file line number Diff line number Diff line change 2121 "magento/module-wishlist" : " *" ,
2222 "magento/module-require-js" : " *" ,
2323 "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 "
2626 },
2727 "suggest" : {
2828 "magento/module-review" : " *"
Original file line number Diff line number Diff line change 66 },
77 "require" : {
88 "magento/framework" : " *" ,
9- "php" : " ~7.3 .0||~7.4 .0"
9+ "php" : " ~7.4 .0||~8.0 .0"
1010 },
1111 "suggest" : {
1212 "magento/module-admin-analytics" : " *" ,
Original file line number Diff line number Diff line change 55 "magento/module-analytics" : " *" ,
66 "magento/module-page-builder" : " *" ,
77 "magento/framework" : " *" ,
8- "php" : " ~7.3 .0||~7.4 .0"
8+ "php" : " ~7.4 .0||~8.0 .0"
99 },
1010 "type" : " magento2-module" ,
1111 "license" : [
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private function prepareExpectedResult() : array
3434 $ options [$ pageId ] = [
3535 'value ' => $ pageId ,
3636 'label ' => $ item ->getTitle (),
37- 'identifier ' => sprintf (__ ('ID: %s ' ), $ pageId )
37+ 'identifier ' => sprintf (__ ('ID: %s ' )-> render () , $ pageId )
3838 ];
3939 }
4040 return $ options ;
You can’t perform that action at this time.
0 commit comments