Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$group = $block->getGroupName() | |
$groupCss = $block->getGroupCss() | |
$groupBehavior = $block->getGroupBehaviour() ? $block->getGroupBehaviour() : '{"tabs":{"openedState":"active"}}' | |
if(!trim($html) &&($block->getUseForce() !=true)) | $alias = $layout->getElementAlias($name) |
$label = $block->getChildData($alias, 'title') | |
endforeach = $html | |
endif | |
Definition at line 30 of file sections.phtml.
$group = $block->getGroupName() |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.General template for displaying group of blocks devided into sections
Definition at line 16 of file sections.phtml.
$groupBehavior = $block->getGroupBehaviour() ? $block->getGroupBehaviour() : '{"tabs":{"openedState":"active"}}' |
Definition at line 18 of file sections.phtml.
$groupCss = $block->getGroupCss() |
Definition at line 17 of file sections.phtml.
$label = $block->getChildData($alias, 'title') |
Definition at line 31 of file sections.phtml.
endforeach = $html |
Definition at line 36 of file sections.phtml.
endif |
Definition at line 40 of file sections.phtml.