function Tour::getRoutes
Same name in other branches
- 9 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getRoutes()
- 8.9.x core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getRoutes()
- 11.x core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getRoutes()
Overrides TourInterface::getRoutes
1 call to Tour::getRoutes()
- Tour::hasMatchingRoute in core/
modules/ tour/ src/ Entity/ Tour.php - Whether the tour matches a given set of route parameters.
File
-
core/
modules/ tour/ src/ Entity/ Tour.php, line 106
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\EntityCode
public function getRoutes() {
return $this->routes;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.