We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe744f commit c1d2eb8Copy full SHA for c1d2eb8
lib/internal/Magento/Framework/View/Page/Builder.php
@@ -12,7 +12,7 @@
12
use Magento\Framework\View\Model\PageLayout\Config\BuilderInterface;
13
14
/**
15
- * Class Builder
+ * Page Layout Builder
16
*/
17
class Builder extends View\Layout\Builder
18
{
@@ -67,6 +67,7 @@ protected function generateLayoutBlocks()
67
68
69
* Read page layout and write structure to ReadContext
70
+ *
71
* @return void
72
73
protected function readPageLayout()
@@ -79,6 +80,8 @@ protected function readPageLayout()
79
80
}
81
82
83
+ * Get current page layout or fallback to default
84
85
* @return string
86
87
protected function getPageLayout()
0 commit comments