public function Tour::getPaths

The paths that this tour will appear on.

Return value

array Returns array of paths for the tour.

Overrides TourInterface::getPaths

File

drupal/core/modules/tour/lib/Drupal/tour/Plugin/Core/Entity/Tour.php, line 91
Contains \Drupal\tour\Plugin\Core\Entity\Tour.

Class

Tour
Defines the configured tour entity.

Namespace

Drupal\tour\Plugin\Core\Entity

Code

public function getPaths() {
  return $this->paths;
}