SearchPlugin::$title

Same name and namespace in other branches
  1. 9 core/modules/search/src/Annotation/SearchPlugin.php \Drupal\search\Annotation\SearchPlugin::title
  2. 8.9.x core/modules/search/src/Annotation/SearchPlugin.php \Drupal\search\Annotation\SearchPlugin::title
  3. 10 core/modules/search/src/Annotation/SearchPlugin.php \Drupal\search\Annotation\SearchPlugin::title

The title for the search page tab.

@todo This will potentially be translated twice or cached with the wrong translation until the search tabs are converted to local task plugins.

Type: \Drupal\Core\Annotation\Translation

Related topics

File

core/modules/search/src/Annotation/SearchPlugin.php, line 38

Class

SearchPlugin
Defines a SearchPlugin type annotation object.

Namespace

Drupal\search\Annotation

Code

public $title;

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