Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 8.9.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 |
|---|---|---|---|
| RouteBuilderTest::$dumper | property | core/ |
The matcher dumper. |
| RouteBuilderTest::$dynamicFired | property | core/ |
Indicates whether the dynamic event was fired. |
| RouteBuilderTest::$expectedRouteCollection | property | core/ |
The route collection that the dynamic and alter events expect to receive. |
| 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::getSubscribedEvents | function | core/ |
|
| RouteBuilderTest::onRouteAlter | function | core/ |
|
| RouteBuilderTest::onRouteDynamic | function | core/ |
|
| RouteBuilderTest::setUp | function | core/ |
|
| RouteBuilderTest::setUpMockCheckProvider | function | core/ |
Reinitializes the check provider as a mock object. |
| RouteBuilderTest::setUpMockMatcherDumper | function | core/ |
Reinitializes the matcher dumper as a mock object. |
| RouteBuilderTest::testDeprecatedConstructorArgs | function | core/ |
#[IgnoreDeprecations] #[AllowMockObjectsWithoutExpectations] |
| 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. |
| RouteCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| RouteCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| RouteCacheContext::__construct | function | core/ |
Constructs a new RouteCacheContext class. |
| RouteCachingLanguageTest | class | core/ |
Tests that route lookup is cached by the current language. |
| RouteCachingLanguageTest.php | file | core/ |
|
| RouteCachingLanguageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RouteCachingLanguageTest::$modules | property | core/ |
Modules to install. |
| RouteCachingLanguageTest::$webUser | property | core/ |
A user with permissions to administer content types. |
| RouteCachingLanguageTest::providerLanguage | function | core/ |
Data provider for testFromUri(). |
| RouteCachingLanguageTest::setUp | function | core/ |
|
| RouteCachingLanguageTest::testLinkTranslationWithAlias | function | core/ |
Creates content with a link field pointing to an alias of another language. |
| RouteCachingNonPathLanguageNegotiationTest | class | core/ |
Tests the route cache when the language is not in the path. |
| RouteCachingNonPathLanguageNegotiationTest.php | file | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::$adminUser | property | core/ |
The admin user. |
| RouteCachingNonPathLanguageNegotiationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RouteCachingNonPathLanguageNegotiationTest::$modules | property | core/ |
Modules to install. |
| RouteCachingNonPathLanguageNegotiationTest::setUp | function | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::testAliases | function | core/ |
Tests aliases when the negotiated language is not in the path. |
| RouteCachingQueryAlteredTest | class | core/ |
Tests the route cache when the request's query parameters are altered. |
| RouteCachingQueryAlteredTest.php | file | core/ |
|
| RouteCachingQueryAlteredTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.