public function TourInterface::getTips

Returns the tips for this tour.

Return value

array An array of tip plugins.

1 method overrides TourInterface::getTips()
Tour::getTips in drupal/core/modules/tour/lib/Drupal/tour/Plugin/Core/Entity/Tour.php
Returns the tips for this tour.

File

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

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function getTips();