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

Go to the source code of this file.

Variables

 $elementHtml = $block->getParentElementHtml()
 
 $attributeCode
 
 $switchAttributeCode = "{$attributeCode}_type"
 
 $switchAttributeValue
 
 $isElementReadonly
 

Variable Documentation

◆ $attributeCode

$attributeCode
Initial value:
= $block->getAttribute()
->getAttributeCode()
$block
Definition: block.php:8

Definition at line 12 of file extend.phtml.

◆ $elementHtml

$elementHtml = $block->getParentElementHtml()

Definition at line 10 of file extend.phtml.

◆ $isElementReadonly

$isElementReadonly
Initial value:
= $block->getElement()
->getReadonly()
$block
Definition: block.php:8

Definition at line 19 of file extend.phtml.

◆ $switchAttributeCode

$switchAttributeCode = "{$attributeCode}_type"

Definition at line 15 of file extend.phtml.

◆ $switchAttributeValue

$switchAttributeValue
Initial value:
= $block->getProduct()
$block
Definition: block.php:8
$switchAttributeCode
Definition: extend.phtml:15

Definition at line 16 of file extend.phtml.