You are here

public function TipPluginBase::getLabel in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
  2. 9 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()

File

core/modules/tour/src/TipPluginBase.php, line 41

Class

TipPluginBase
Defines a base tour item implementation.

Namespace

Drupal\tour

Code

public function getLabel() {
  return $this
    ->get('label');
}