Skip to content

Commit c1d2eb8

Browse files
committed
MC-34254: If disable module PageBuilder then in the product page, page white
1 parent 9fe744f commit c1d2eb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/View/Page/Builder.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Framework\View\Model\PageLayout\Config\BuilderInterface;
1313

1414
/**
15-
* Class Builder
15+
* Page Layout Builder
1616
*/
1717
class Builder extends View\Layout\Builder
1818
{
@@ -67,6 +67,7 @@ protected function generateLayoutBlocks()
6767

6868
/**
6969
* Read page layout and write structure to ReadContext
70+
*
7071
* @return void
7172
*/
7273
protected function readPageLayout()
@@ -79,6 +80,8 @@ protected function readPageLayout()
7980
}
8081

8182
/**
83+
* Get current page layout or fallback to default
84+
*
8285
* @return string
8386
*/
8487
protected function getPageLayout()

0 commit comments

Comments
 (0)