function TourInterface::getTip

Same name in other branches
  1. 9 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
  2. 8.9.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
  3. 11.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()

Returns tip plugin.

Parameters

string $id: The identifier of the tip.

Return value

\Drupal\tour\TipPluginInterface The tip plugin.

1 method overrides TourInterface::getTip()
Tour::getTip in core/modules/tour/src/Entity/Tour.php
Returns tip plugin.

File

core/modules/tour/src/TourInterface.php, line 42

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function getTip($id);

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