function TipPluginInterface::id

Same name and namespace in other branches
  1. 8.9.x core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::id()
  2. 10 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::id()
  3. 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\tour

Code

public function id();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.