public function TipPluginBase::id in Drupal 9
Same name and namespace in other branches
- 8 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::id()
Returns id of the tip.
Return value
string The id of the tip.
Overrides TipPluginInterface::id
File
- core/
modules/ tour/ src/ TipPluginBase.php, line 56
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function id() {
return $this
->get('id');
}