You are here

public function TourInterface::resetKeyedRoutes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::resetKeyedRoutes()

Resets the statically cached keyed routes.

1 method overrides TourInterface::resetKeyedRoutes()
Tour::resetKeyedRoutes in core/modules/tour/src/Entity/Tour.php
Resets the statically cached keyed routes.

File

core/modules/tour/src/TourInterface.php, line 63

Class

TourInterface
Provides an interface defining a tour entity.

Namespace

Drupal\tour

Code

public function resetKeyedRoutes();