public function TipPluginInterface::id in Drupal 8
Same name and namespace in other branches
- 9 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();