function Tour::resetKeyedRoutes
Same name in other branches
- 9 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::resetKeyedRoutes()
- 10 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::resetKeyedRoutes()
- 11.x core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::resetKeyedRoutes()
Overrides TourInterface::resetKeyedRoutes
File
-
core/
modules/ tour/ src/ Entity/ Tour.php, line 173
Class
- Tour
- Defines the configured tour entity.
Namespace
Drupal\tour\EntityCode
public function resetKeyedRoutes() {
unset($this->keyedRoutes);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.