function RouteSubscriber::reset
Resets the internal state of the route subscriber.
1 call to RouteSubscriber::reset()
- RouteSubscriber::routeRebuildFinished in core/
modules/ views/ src/ EventSubscriber/ RouteSubscriber.php - Stores the new route names after they have been rebuilt.
File
-
core/
modules/ views/ src/ EventSubscriber/ RouteSubscriber.php, line 70
Class
- RouteSubscriber
- Builds up the routes of all views.
Namespace
Drupal\views\EventSubscriberCode
public function reset() {
$this->viewsDisplayPairs = NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.