RouteBuilder::$routeCollection

The route collection during the rebuild. Type: \Symfony\Component\Routing\RouteCollection File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 61 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $routeCollection;

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 75 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $rebuildNeeded = FALSE;

RouteBuilder::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 47 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $moduleHandler;

RouteBuilder::$lock

The used lock backend instance. Type: \Drupal\Core\Lock\LockBackendInterface $lock File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 33 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $lock;

RouteBuilder::$dumper

The dumper to which we should send collected routes. Type: \Drupal\Core\Routing\MatcherDumperInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 26 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $dumper;

RouteBuilder::$dispatcher

The event dispatcher to notify of routes. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 40 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $dispatcher;

RouteBuilder::$controllerResolver

The controller resolver. Type: \Drupal\Core\Controller\ControllerResolverInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 54 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $controllerResolver;

RouteBuilder::$checkProvider

The check provider. Type: \Drupal\Core\Access\CheckProviderInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 82 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $checkProvider;

RouteBuilder::$building

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;

RouteBuilder

Managing class for rebuilding the router table. Hierarchy class \Drupal\Core\Routing\RouteBuilder implements DestructableInterface, RouteBuilderInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 19 Namespace Drupal\Core\Routing Members Name Modifiers Type Description RouteBuilder::$building protected property Flag that indicates if we are currently rebuilding the routes. RouteBuilder::$checkProvider protected property The check provider. RouteBu