You are here

protected property RouteBuilder::$building in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteBuilder.php \Drupal\Core\Routing\RouteBuilder::building

Flag that indicates if we are currently rebuilding the routes.

Type: bool

File

core/lib/Drupal/Core/Routing/RouteBuilder.php, line 73
Contains \Drupal\Core\Routing\RouteBuilder.

Class

RouteBuilder
Managing class for rebuilding the router table.

Namespace

Drupal\Core\Routing

Code

protected $building = FALSE;