public function TipPluginBase::getLabel

Implements \Drupal\tour\TipPluginInterface::getLabel().

Overrides TipPluginInterface::getLabel

1 call to TipPluginBase::getLabel()
TipPluginText::getOutput in drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php
Implements \Drupal\tour\TipPluginInterface::getOutput().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php, line 42
Contains \Drupal\tour\TipPluginBase.

Class

TipPluginBase
Defines a base tour implementation.

Namespace

Drupal\tour

Code

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