Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$_labelsforeach( $block->getStores() as $_store)($_store->getId()==\Magento\Store\Model\Store::DEFAULT_STORE_ID) if($block->getReadOnly()) | endforeach = $block->escapeHtml($_labels[$_store->getId()]) |
$_labelsforeach ($block->getStores() as $_store) ( $_store->getId()==\Magento\Store\Model\Store::DEFAULT_STORE_ID) if ( $block->getReadOnly()) endforeach = $block->escapeHtml($_labels[$_store->getId()]) |
Definition at line 34 of file labels.phtml.