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

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()])
 

Variable Documentation

◆ endforeach

$_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.