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

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

Variable Documentation

◆ $title

$title = $block->escapeHtml($block->getPageTitle())

Definition at line 14 of file title.phtml.

◆ $titleClass

$titleClass = ($block->getTitleClass()) ? ' ' . $block->getTitleClass() : ''

Definition at line 13 of file title.phtml.

◆ $titleId

$titleId = ($block->getTitleId()) ? ' id="' . $block->getTitleId() . '"' : ''

Definition at line 12 of file title.phtml.