Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Route | class | core/ |
Sets the destination route information based on the source link_path. |
Route | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
RouteBuilder::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
RouteBuilder::$dumper | property | core/ |
The dumper to which we should send collected routes. |
RouteBuilder::$lock | property | core/ |
The used lock backend instance. |
RouteBuilder::$moduleHandler | property | core/ |
The module handler. |
RouteBuilder::$rebuildNeeded | property | core/ |
Flag that indicates if we should rebuild at the end of the request. |
RouteBuilder::$routeCollection | property | core/ |
The route collection during the rebuild. |
RouteBuilder::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
RouteBuilder::destruct | function | core/ |
Performs destruct operations. |
RouteBuilder::destruct | function | core/ |
Performs destruct operations. |
RouteBuilder::getRouteDefinitions | function | core/ |
Retrieves all defined routes from .routing.yml files. |
RouteBuilder::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
RouteBuilder::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
RouteBuilder::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
RouteBuilder::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
RouteBuilder::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
RouteBuilder::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
RouteBuilder::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
RouteBuilder::__construct | function | core/ |
Constructs the RouteBuilder using the passed MatcherDumperInterface. |
RouteBuilder::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
RouteBuilderInterface | interface | core/ |
Rebuilds the route information and dumps it. |
RouteBuilderInterface.php | file | core/ |
|
RouteBuilderInterface::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
RouteBuilderInterface::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
RouteBuilderInterface::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
RouteBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RouteBuilder @group Routing |
RouteBuilderTest.php | file | core/ |
Contains \Drupal\Tests\Core\Routing\RouteBuilderTest. |
RouteBuilderTest::$checkProvider | property | core/ |
|
RouteBuilderTest::$controllerResolver | property | core/ |
The controller resolver. |
RouteBuilderTest::$dispatcher | property | core/ |
The mocked event dispatcher. |
RouteBuilderTest::$dumper | property | core/ |
The mocked matcher dumper. |
RouteBuilderTest::$lock | property | core/ |
The mocked lock backend. |
RouteBuilderTest::$moduleHandler | property | core/ |
The module handler. |
RouteBuilderTest::$routeBuilder | property | core/ |
The actual tested route builder. |
RouteBuilderTest::$yamlDiscovery | property | core/ |
The mocked YAML discovery. |
RouteBuilderTest::setUp | function | core/ |
|
RouteBuilderTest::testRebuildBlockingLock | function | core/ |
Tests route rebuilding with a blocking lock. |
RouteBuilderTest::testRebuildIfNeeded | function | core/ |
Tests \Drupal\Core\Routing\RouteBuilder::rebuildIfNeeded() method. |
RouteBuilderTest::testRebuildLockingUnlocking | function | core/ |
Tests that the route rebuilding both locks and unlocks. |
RouteBuilderTest::testRebuildWithOverriddenRouteClass | function | core/ |
Tests routes can use alternative compiler classes. |
RouteBuilderTest::testRebuildWithProviderBasedRoutes | function | core/ |
Tests the rebuild with routes provided by a callback. |
RouteBuilderTest::testRebuildWithStaticModuleRoutes | function | core/ |
Tests that provided routes by a module is put into the dumper/dispatcher. |
RouteBuildEvent | class | core/ |
Represents route building information as event. |
RouteBuildEvent.php | file | core/ |
|
RouteBuildEvent::$routeCollection | property | core/ |
The route collection. |
RouteBuildEvent::getRouteCollection | function | core/ |
Gets the route collection. |
RouteBuildEvent::__construct | function | core/ |
Constructs a RouteBuildEvent object. |
RouteCacheContext | class | core/ |
Defines the RouteCacheContext service, for "per route" caching. |
RouteCacheContext.php | file | core/ |
|
RouteCacheContext::$routeMatch | property | core/ |
The route match. |
RouteCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.