You are here

protected property RouteBuilder::$rebuildNeeded in Zircon Profile 8

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

Flag that indicates if we should rebuild at the end of the request.

Type: bool

File

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

Class

RouteBuilder
Managing class for rebuilding the router table.

Namespace

Drupal\Core\Routing

Code

protected $rebuildNeeded = FALSE;