function TipPluginInterface::getLabel
Same name in other branches
- 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getLabel()
- 8.9.x core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getLabel()
- 10 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getLabel()
Returns label of the tip.
Return value
string The label of the tip.
1 method overrides TipPluginInterface::getLabel()
- TipPluginBase::getLabel in core/
modules/ tour/ src/ TipPluginBase.php - Returns label of the tip.
File
-
core/
modules/ tour/ src/ TipPluginInterface.php, line 29
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getLabel();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.