public function TipPluginInterface::getLabel in Drupal 10
Same name and namespace in other branches
- 8 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getLabel()
- 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getLabel()
Returns label of the tip.
Return value
string The 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();