public function RouteProviderLazyBuilder::routerRebuildFinished in Drupal 9
Same name and namespace in other branches
- 8 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 190
Class
- RouteProviderLazyBuilder
- A Route Provider front-end for all Drupal-stored routes.
Namespace
Drupal\Core\RoutingCode
public function routerRebuildFinished() {
$this->rebuilding = FALSE;
$this->rebuilt = TRUE;
}