Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PageVariantInterface.php

function 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

2 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.

File

core/lib/Drupal/Core/Display/PageVariantInterface.php, line 43

Class

PageVariantInterface
Provides an interface for PageDisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

public function setTitle($title);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal