function 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 34
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function id() {
return $this->get('id');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.