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