TourInterface::getTip

public TourInterface::getTip($id)

Returns tip plugin.

Parameters

string $id: The identifier of the tip.

Return value

\Drupal\tour\TipPluginInterface The 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);
doc_Drupal
2016-10-29 09:48:52
Comments
Leave a Comment

Please login to continue.