You are here

protected property PageTitleBlock::$title in Drupal 8

Same name and namespace in other branches
  1. 9 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 26

Class

PageTitleBlock
Provides a block to display the page title.

Namespace

Drupal\Core\Block\Plugin\Block

Code

protected $title = '';