Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
actions.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <?php $children = $block->getChildNames(); ?>
12 <?php if ($children): ?>
13  <div class="<?= $block->escapeHtmlAttr($block->getCssClass()) ?>">
14  <?php foreach ($children as $childName):?>
15  <?= /* @noEscape */ $block->getLayout()->renderElement($childName, false) ?>
16  <?php endforeach;?>
17  </div>
18 <?php endif; ?>
endif
Definition: actions.phtml:18
foreach( $this->main as $item) endforeach
Definition: side-menu.phtml:10
$block
Definition: block.php:8
$children
Definition: actions.phtml:11