Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
sections.phtml File Reference

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
 

Variable Documentation

◆ $alias

if (!trim( $html) &&( $block->getUseForce() !=true)) $alias = $layout->getElementAlias($name)

Definition at line 30 of file sections.phtml.

◆ $group

$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

$groupBehavior = $block->getGroupBehaviour() ? $block->getGroupBehaviour() : '{"tabs":{"openedState":"active"}}'

Definition at line 18 of file sections.phtml.

◆ $groupCss

$groupCss = $block->getGroupCss()

Definition at line 17 of file sections.phtml.

◆ $label

$label = $block->getChildData($alias, 'title')

Definition at line 31 of file sections.phtml.

◆ endforeach

endforeach = $html

Definition at line 36 of file sections.phtml.

◆ endif

endif

Definition at line 40 of file sections.phtml.