function TipPluginBase::getLabel
Same name in other branches
- 8.9.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
- 10 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
- 11.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
Overrides TipPluginInterface::getLabel
1 call to TipPluginBase::getLabel()
- TipPluginTextLegacy::getOutput in core/
modules/ tour/ tests/ tour_test/ src/ Plugin/ tour/ tip/ TipPluginTextLegacy.php - This method should not be used. It is deprecated from TipPluginInterface.
File
-
core/
modules/ tour/ src/ TipPluginBase.php, line 63
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function getLabel() {
return $this->get('label');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.