function TourInterface::getRoutes

Same name in other branches
  1. 8.9.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getRoutes()
  2. 10 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getRoutes()
  3. 11.x core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::getRoutes()

The routes that this tour will appear on.

Return value

array Returns array of routes for the tour.

1 method overrides TourInterface::getRoutes()
Tour::getRoutes in core/modules/tour/src/Entity/Tour.php
The routes that this tour will appear on.

File

core/modules/tour/src/TourInterface.php, line 18

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function getRoutes();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.