You are here

protected property Tour::$routes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::routes

The routes on which this tour should be displayed.

Type: array

File

core/modules/tour/src/Entity/Tour.php, line 71

Class

Tour
Defines the configured tour entity.

Namespace

Drupal\tour\Entity

Code

protected $routes = [];