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

public function reset() {
  $this->viewsDisplayPairs = NULL;
}
doc_Drupal
2016-10-29 09:39:28
Comments
Leave a Comment

Please login to continue.