Search for route
- Search 7.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 |
---|---|---|---|
LayoutBuilderRoutesTest::setUp | function | core/ |
|
LayoutBuilderRoutesTest::testOnAlterRoutes | function | core/ |
@covers ::onAlterRoutes |
LayoutBuilderRoutesTrait | trait | core/ |
Provides a trait for building routes for a Layout Builder UI. |
LayoutBuilderRoutesTrait.php | file | core/ |
|
LayoutBuilderRoutesTrait::buildLayoutRoutes | function | core/ |
Builds the layout routes for the given values. |
LayoutTempstoreRouteEnhancer | class | core/ |
Loads the section storage from the layout tempstore. |
LayoutTempstoreRouteEnhancer.php | file | core/ |
|
LayoutTempstoreRouteEnhancer::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutTempstoreRouteEnhancer::enhance | function | core/ |
Updates the defaults for a route definition based on the request. |
LayoutTempstoreRouteEnhancer::__construct | function | core/ |
Constructs a new LayoutTempstoreRouteEnhancer. |
LayoutTempstoreRouteEnhancerTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
LayoutTempstoreRouteEnhancerTest.php | file | core/ |
|
LayoutTempstoreRouteEnhancerTest::testEnhance | function | core/ |
@covers ::enhance |
layout_builder.routes | service | core/ |
Drupal\layout_builder\Routing\LayoutBuilderRoutes |
layout_builder.tempstore.route_enhancer | service | core/ |
Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
layout_builder_post_update_tempstore_route_enhancer | function | core/ |
Clear caches due to adding a new route enhancer. |
LazyRouteCollection | class | core/ |
|
LazyRouteCollection.php | file | core/ |
|
LazyRouteCollection::$provider | property | core/ |
The route provider for this generator. |
LazyRouteCollection::all | function | core/ |
Returns all routes in this collection. |
LazyRouteCollection::count | function | core/ |
Gets the number of Routes in this collection. |
LazyRouteCollection::get | function | core/ |
Gets a route by name. |
LazyRouteCollection::getIterator | function | core/ |
|
LazyRouteCollection::__construct | function | core/ |
Constructs a LazyRouteCollection. |
LazyRouteCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\LazyRouteCollection |
LazyRouteCollectionTest.php | file | core/ |
|
LazyRouteCollectionTest::$routeProvider | property | core/ |
The route provider. |
LazyRouteCollectionTest::$testRoutes | property | core/ |
Array of routes indexed by name. |
LazyRouteCollectionTest::setUp | function | core/ |
|
LazyRouteCollectionTest::testCount | function | core/ |
@covers ::count |
LazyRouteCollectionTest::testGetIterator | function | core/ |
@covers ::getIterator @covers ::all |
LazyRouteCollectionTest::testGetName | function | core/ |
Search for a both an existing and a non-existing route. |
LazyRouteProviderInstallTest | class | core/ |
@group routing |
LazyRouteProviderInstallTest.php | file | core/ |
|
LazyRouteProviderInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LazyRouteProviderInstallTest::$modules | property | core/ |
Modules to enable. |
LazyRouteProviderInstallTest::testInstallation | function | core/ |
Tests that the lazy route provider is used during a module install. |
lazy_route_provider_install_test.info.yml | file | core/ |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml |
lazy_route_provider_install_test.module | file | core/ |
Helper module for the lazy route provider tests. |
lazy_route_provider_install_test.services.yml | file | core/ |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml |
lazy_route_provider_install_test_menu_links_discovered_alter | function | core/ |
Implements hook_menu_links_discovered_alter(). |
Link::createFromRoute | function | core/ |
Creates a Link object from a given route name and parameters. |
LinkUriTest::providerTestDisablingRouteValidation | function | core/ |
Provides test cases for LinkUriTest::testDisablingRouteValidation(). |
LinkUriTest::providerTestNotRouted | function | core/ |
Provides test cases for LinkUriTest::testNotRouted(). |
LinkUriTest::providerTestRouted | function | core/ |
Provides test cases for LinkUriTest::testTransform(). |
LinkUriTest::testDisablingRouteValidation | function | core/ |
Tests disabling route validation in LinkUri::transform(). |
LinkUriTest::testNotRouted | function | core/ |
Tests that Non routed URLs throws an exception. |
LinkUriTest::testRouted | function | core/ |
Tests LinkUri::transform(). |
LocalActionDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
LocalActionDefault::getRouteName | function | core/ |
Get the route name from the settings. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.