You are here

protected property PageTitleBlock::$title in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php \Drupal\Core\Block\Plugin\Block\PageTitleBlock::title

The page title: a string (plain title) or a render array (formatted title).

Type: string|array

File

core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php, line 28
Contains \Drupal\Core\Block\Plugin\Block\PageTitleBlock.

Class

PageTitleBlock
Provides a block to display the page title.

Namespace

Drupal\Core\Block\Plugin\Block

Code

protected $title = '';