public function TipPluginBase::getLabel in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
Returns label of the tip.
Return value
string The label of the tip.
Overrides TipPluginInterface::getLabel
1 call to TipPluginBase::getLabel()
- TipPluginText::getOutput in core/
modules/ tour/ src/ Plugin/ tour/ tip/ TipPluginText.php - Returns a renderable array.
File
- core/
modules/ tour/ src/ TipPluginBase.php, line 53 - Contains \Drupal\tour\TipPluginBase.
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function getLabel() {
return $this
->get('label');
}