function Tour::resetKeyedRoutes

Same name and namespace in other branches
  1. 8.9.x core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::resetKeyedRoutes()
  2. 10 core/modules/tour/src/Entity/Tour.php \Drupal\tour\Entity\Tour::resetKeyedRoutes()
  3. 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 170

Class

Tour
Defines the configured tour entity.

Namespace

Drupal\tour\Entity

Code

public function resetKeyedRoutes() {
    unset($this->keyedRoutes);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.