public function TourInterface::getRoutes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 23 - Contains \Drupal\tour\TourInterface.
Class
- TourInterface
- Provides an interface defining a tour entity.
Namespace
Drupal\tourCode
public function getRoutes();