RouteSubscriber::reset

public RouteSubscriber::reset()

Resets the internal state of the route subscriber.

File

core/modules/views/src/EventSubscriber/RouteSubscriber.php, line 70

Class

RouteSubscriber
Builds up the routes of all views.

Namespace

Drupal\views\EventSubscriber

Code

1
2
3
public function reset() {
  $this->viewsDisplayPairs = NULL;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.