public function TourInterface::resetKeyedRoutes in Drupal 10
Same name and namespace in other branches
- 8 core/modules/tour/src/TourInterface.php \Drupal\tour\TourInterface::resetKeyedRoutes()
- 9 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\tourCode
public function resetKeyedRoutes();