protected property PageTitleBlock::$title in Drupal 9
Same name and namespace in other branches
- 8 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\BlockCode
protected $title = '';