public Tour::getRoutes()
The routes that this tour will appear on.
Return value
array Returns array of routes for the tour.
Overrides TourInterface::getRoutes
File
- core/modules/tour/src/Entity/Tour.php, line 97
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\Entity
Code
1 2 3 | public function getRoutes() { return $this ->routes; } |
Please login to continue.