Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
Variables
conditions.phtml File Reference

Go to the source code of this file.

Variables

 $element = $block->getElement()
 
 $fieldId = $element->getHtmlContainerId() ? ' id="' . $block->escapeHtmlAttr($element->getHtmlContainerId()) . '"' : ''
 
 $fieldClass
 
 $fieldAttributes
 

Variable Documentation

◆ $element

$element = $block->getElement()

Definition at line 11 of file conditions.phtml.

◆ $fieldAttributes

$fieldAttributes
Initial value:
= $fieldId . ' class="' . $fieldClass . '" '
. $block->getUiId('form-field', $block->escapeHtmlAttr($element->getId()))
$element
$block
Definition: block.php:8
$fieldId
$fieldClass

Definition at line 16 of file conditions.phtml.

◆ $fieldClass

$fieldClass
Initial value:
= 'field admin__field field-' . $block->escapeHtmlAttr($element->getId()) . ' '
. $block->escapeHtmlAttr($element->getCssClass())
$element
$block
Definition: block.php:8

Definition at line 13 of file conditions.phtml.

◆ $fieldId

$fieldId = $element->getHtmlContainerId() ? ' id="' . $block->escapeHtmlAttr($element->getHtmlContainerId()) . '"' : ''

Definition at line 12 of file conditions.phtml.