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

Breadcrumb

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

function HelpSectionPluginInterface::getTitle

Returns the title of the help section.

Return value

string The title text, which could be a plain string or an object that can be cast to a string.

1 method overrides HelpSectionPluginInterface::getTitle()
HelpSectionPluginBase::getTitle in core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php
Returns the title of the help section.

File

core/modules/help/src/HelpSectionPluginInterface.php, line 27

Class

HelpSectionPluginInterface
Provides an interface for a plugin for a section of the /admin/help page.

Namespace

Drupal\help

Code

public function getTitle();

API Navigation

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