Issue #2847655 by diaspar, andrewmacpherson: Document Drupal\views\EventSubscriber\RouteSubscriber::routeRebuildFinished()

8.4.x
Nathaniel Catchpole 2017-02-08 12:31:57 +00:00
parent 46b3fa5a8b
commit e7ebae2807
1 changed files with 5 additions and 1 deletions

View File

@ -156,7 +156,11 @@ class RouteSubscriber extends RouteSubscriberBase {
} }
/** /**
* {@inheritdoc} * Stores the new route names after they have been rebuilt.
*
* Callback for the RoutingEvents::FINISHED event.
*
* @see \Drupal\views\EventSubscriber::getSubscribedEvents()
*/ */
public function routeRebuildFinished() { public function routeRebuildFinished() {
$this->reset(); $this->reset();