function PageVariantInterface::setTitle
Same name in other branches
- 9 core/lib/Drupal/Core/Display/PageVariantInterface.php \Drupal\Core\Display\PageVariantInterface::setTitle()
- 8.9.x core/lib/Drupal/Core/Display/PageVariantInterface.php \Drupal\Core\Display\PageVariantInterface::setTitle()
- 11.x core/lib/Drupal/Core/Display/PageVariantInterface.php \Drupal\Core\Display\PageVariantInterface::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
3 methods override PageVariantInterface::setTitle()
- BlockPageVariant::setTitle in core/
modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php - Sets the title for the page being rendered.
- SimplePageVariant::setTitle in core/
lib/ Drupal/ Core/ Render/ Plugin/ DisplayVariant/ SimplePageVariant.php - Sets the title for the page being rendered.
- TestDisplayVariant::setTitle in core/
modules/ system/ tests/ modules/ display_variant_test/ src/ Plugin/ DisplayVariant/ TestDisplayVariant.php - Sets the title for the page being rendered.
File
-
core/
lib/ Drupal/ Core/ Display/ PageVariantInterface.php, line 43
Class
- PageVariantInterface
- Provides an interface for PageDisplayVariant plugins.
Namespace
Drupal\Core\DisplayCode
public function setTitle($title);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.