RouteSubscriber::$mapperManager

The mapper plugin discovery service. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/Routing/RouteSubscriber.php, line 20 Class RouteSubscriber Listens to the dynamic route events. Namespace Drupal\config_translation\Routing Code protected $mapperManager;

RouteSubscriber::$manager

The entity type manager Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/field_ui/src/Routing/RouteSubscriber.php, line 21 Class RouteSubscriber Subscriber for Field UI routes. Namespace Drupal\field_ui\Routing Code protected $manager;

RouteSubscriber

Listens to the dynamic route events. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\node\Routing\RouteSubscriber File core/modules/node/src/Routing/RouteSubscriber.php, line 11 Namespace Drupal\node\Routing Members Name Modifiers Type Description RouteSubscriber::alterRoutes protected function Alters existing routes for a specific collection. Overrides RouteSubscriberBase::alterRoutes RouteSubscriberBase::getS

RouteSubscriber

Builds up the routes of all views. The general idea is to execute first all alter hooks to determine which routes are overridden by views. This information is used to determine which views have to be added by views in the dynamic event. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\views\EventSubscriber\RouteSubscriber See also \Drupal\views\Plugin\views\display\PathPluginBase File core/modules/views/src/EventSubscriber/RouteSubsc

RouteSubscriber

Subscriber for Field UI routes. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\field_ui\Routing\RouteSubscriber File core/modules/field_ui/src/Routing/RouteSubscriber.php, line 14 Namespace Drupal\field_ui\Routing Members Name Modifiers Type Description RouteSubscriber::$manager protected property The entity type manager RouteSubscriber::alterRoutes protected function Alters existing routes for a specifi

RouteSubscriber

Listens to the dynamic route events. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\config_translation\Routing\RouteSubscriber File core/modules/config_translation/src/Routing/RouteSubscriber.php, line 13 Namespace Drupal\config_translation\Routing Members Name Modifiers Type Description RouteSubscriber::$mapperManager protected property The mapper plugin discovery service. RouteSubscriber::alterRoutes prote

RouteProviderLazyBuilder::__construct

public RouteProviderLazyBuilder::__construct(RouteProviderInterface $route_provider, RouteBuilderInterface $route_builder) RouteProviderLazyBuilder constructor. Parameters \Drupal\Core\Routing\RouteProviderInterface $route_provider: The route provider service. \Drupal\Core\Routing\RouteBuilderInterface $route_builder: The route building service. File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 42 Class RouteProviderLazyBuilder A Route Provider front-end for all Drupal-

RouteProviderLazyBuilder::reset

public RouteProviderLazyBuilder::reset() Resets the route provider object. Overrides RouteProviderInterface::reset File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 106 Class RouteProviderLazyBuilder A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code public function reset() { // Don't call getRouteProvider as this is results in recursive rebuilds. return $this->routeProvider->reset(); }

RouteProviderLazyBuilder::preLoadRoutes

public RouteProviderLazyBuilder::preLoadRoutes($names) Pre-load routes by their names using the provided list of names. This method exists in order to allow performance optimizations. It allows pre-loading serialized routes that may latter be retrieved using ::getRoutesByName() Parameters string[] $names: Array of route names to load. Overrides PreloadableRouteProviderInterface::preLoadRoutes File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 78 Class RouteProviderLazyBui

RouteProviderLazyBuilder::hasRebuilt

public RouteProviderLazyBuilder::hasRebuilt() Determines if the router has been rebuilt. Return value bool TRUE is the router has been rebuilt, FALSE if not. File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 131 Class RouteProviderLazyBuilder A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code public function hasRebuilt() { return $this->rebuilt; }