function PageTitleBlock::setTitle

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php \Drupal\Core\Block\Plugin\Block\PageTitleBlock::setTitle()
  2. 10 core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php \Drupal\Core\Block\Plugin\Block\PageTitleBlock::setTitle()
  3. 11.x core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php \Drupal\Core\Block\Plugin\Block\PageTitleBlock::setTitle()

Overrides TitleBlockPluginInterface::setTitle

File

core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php, line 31

Class

PageTitleBlock
Provides a block to display the page title.

Namespace

Drupal\Core\Block\Plugin\Block

Code

public function setTitle($title) {
    $this->title = $title;
    return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.