public function TourInterface::getPaths

The paths that this tour will appear on.

Return value

array Returns array of paths for the tour.

1 method overrides TourInterface::getPaths()
Tour::getPaths in drupal/core/modules/tour/lib/Drupal/tour/Plugin/Core/Entity/Tour.php
The paths that this tour will appear on.

File

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

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function getPaths();