public function TipPluginInterface::getLabel

Returns label of the tip.

Return value

string The label of the tip.

1 method overrides TipPluginInterface::getLabel()
TipPluginBase::getLabel in drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php
Implements \Drupal\tour\TipPluginInterface::getLabel().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 21
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getLabel();