You are here

public function TourInterface::getTip in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getTip()
  2. 10 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);