Flag that indicates if we are currently rebuilding the routes.
Type: bool
File
- core/lib/Drupal/Core/Routing/RouteBuilder.php, line 68
Class
- RouteBuilder
- Managing class for rebuilding the router table.
Namespace
Drupal\Core\Routing
Code
protected $building = FALSE;
Please login to continue.