function Tour::getRoutes

Same name in other branches
  1. 9 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getRoutes()
  2. 8.9.x core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::getRoutes()
  3. 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\Entity

Code

public function getRoutes() {
    return $this->routes;
}

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