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

Go to the source code of this file.

Variables

 $data
 
if(! $block->isMultiWebsites()) endif = $block->getElement()->getLabel()
 

Variable Documentation

◆ $data

$data
Initial value:
= ['fptAttribute' => [
'region' => $this->helper('Magento\Framework\Json\Helper\Data')->jsonDecode(
$this->helper('Magento\Directory\Helper\Data')->getRegionJson()
),
'itemsData' => $block->getValues(),
'bundlePriceType' => '#price_type',
]]
$block
Definition: block.php:8

Definition at line 12 of file tax.phtml.

◆ endif

if (! $block->isMultiWebsites()) endif = $block->getElement()->getLabel()

Definition at line 29 of file tax.phtml.