Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$titleId = ($block->getTitleId()) ? ' id="' . $block->getTitleId() . '"' : '' | |
$titleClass = ($block->getTitleClass()) ? ' ' . $block->getTitleClass() : '' | |
$title = $block->escapeHtml($block->getPageTitle()) | |
$title = $block->escapeHtml($block->getPageTitle()) |
Definition at line 14 of file title.phtml.
$titleClass = ($block->getTitleClass()) ? ' ' . $block->getTitleClass() : '' |
Definition at line 13 of file title.phtml.
$titleId = ($block->getTitleId()) ? ' id="' . $block->getTitleId() . '"' : '' |
Definition at line 12 of file title.phtml.