You are here

public function RouteProviderLazyBuilder::routerRebuilding in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php \Drupal\Core\Routing\RouteProviderLazyBuilder::routerRebuilding()

Sets the router rebuilding flag to TRUE.

File

core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 160

Class

RouteProviderLazyBuilder
A Route Provider front-end for all Drupal-stored routes.

Namespace

Drupal\Core\Routing

Code

public function routerRebuilding() {
  $this->rebuilding = TRUE;
}