public function RouteProviderLazyBuilder::routerRebuildFinished in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php \Drupal\Core\Routing\RouteProviderLazyBuilder::routerRebuildFinished()
Sets the router rebuilding flag to FALSE.
File
- core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php, line 167
Class
- RouteProviderLazyBuilder
- A Route Provider front-end for all Drupal-stored routes.
Namespace
Drupal\Core\RoutingCode
public function routerRebuildFinished() {
$this->rebuilding = FALSE;
}