public function 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 drupal/core/modules/tour/lib/Drupal/tour/Plugin/Core/Entity/Tour.php
Returns tip plugin.

File

drupal/core/modules/tour/lib/Drupal/tour/TourInterface.php, line 34
Contains \Drupal\tour\Plugin\Core\Entity\TourInterface.

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function getTip($id);