function BlockPageVariant::setTitle
Sets the title for the page being rendered.
Parameters
string|array $title: The page title: either a string for plain titles or a render array for formatted titles.
Return value
$this
Overrides PageVariantInterface::setTitle
File
- 
              core/
modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php, line 118  
Class
- BlockPageVariant
 - Provides a page display variant that decorates the main content with blocks.
 
Namespace
Drupal\block\Plugin\DisplayVariantCode
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.