Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 10.3.x for routes
- Search 11.x for routes
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Routes | class | core/ |
Defines dynamic routes. |
Routes | class | core/ |
Provides dynamic routes for test purposes. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
OverridesSectionStorageTest::testBuildRoutes | function | core/ |
@covers ::buildRoutes @covers ::hasIntegerId @covers ::getEntityTypes @covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes |
page_cache_no_cache_routes | service | core/ |
Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes |
PathLegacyRoutesKernelTest | class | core/ |
Tests the BC layer for the deprecated routes of the path module. |
PathLegacyRoutesKernelTest.php | file | core/ |
|
PathLegacyRoutesKernelTest::$modules | property | core/ |
Modules to enable. |
PathLegacyRoutesKernelTest::testLegacyAddRoute | function | core/ |
@expectedDeprecation The 'path.admin_add' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.add_form' route instead. See https://www.drupal.org/node/3013865 |
PathLegacyRoutesKernelTest::testLegacyCollectionFilterRoute | function | core/ |
@expectedDeprecation The 'path.admin_overview_filter' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.collection' route instead. See https://www.drupal.org/node/3013865 |
PathLegacyRoutesKernelTest::testLegacyCollectionRoute | function | core/ |
@expectedDeprecation The 'path.admin_overview' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.collection' route instead. See https://www.drupal.org/node/3013865 |
PathLegacyRoutesKernelTest::testLegacyDeleteRoute | function | core/ |
@expectedDeprecation The 'path.delete' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.delete_form' route instead. See https://www.drupal.org/node/3013865 |
PathLegacyRoutesKernelTest::testLegacyEditRoute | function | core/ |
@expectedDeprecation The 'path.admin_edit' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.edit_form' route instead. See https://www.drupal.org/node/3013865 |
PathPluginBase::alterRoutes | function | core/ |
Alters a collection of routes and replaces definitions to the view. |
PathPluginBase::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
PathPluginBaseTest::testAlterRoutesWithOptionalParameters | function | core/ |
Tests altering routes with optional parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParameters | function | core/ |
Tests altering routes with parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting | function | core/ |
Tests altering routes with parameters and upcasting information |
PathPluginBaseTest::testCollectRoutes | function | core/ |
Tests the collectRoutes method. |
PathPluginBaseTest::testCollectRoutesWithArguments | function | core/ |
Tests the collectRoutes method with arguments. |
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath | function | core/ |
Tests the collectRoutes method with arguments not specified in the path. |
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse | function | core/ |
Tests the collectRoutes method with a display returning a response. |
PathPluginBaseTest::testCollectRoutesWithNamedParameters | function | core/ |
Tests the collectRoutes method with a path containing named parameters. |
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName | function | core/ |
Tests the collect routes method with an alternative route name in the UI. |
PreloadableRouteProviderInterface::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
ResourceBase::routes | function | core/ |
Returns a collection of routes with URL path information for the resource. |
ResourceInterface::routes | function | core/ |
Returns a collection of routes with URL path information for the resource. |
ResourceRoutes | class | core/ |
Subscriber for REST-style routes. |
ResourceRoutes.php | file | core/ |
|
ResourceRoutes::$logger | property | core/ |
A logger instance. |
ResourceRoutes::$manager | property | core/ |
The plugin manager for REST plugins. |
ResourceRoutes::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
ResourceRoutes::getRoutesForResourceConfig | function | core/ |
Provides all routes for a given REST resource config. |
ResourceRoutes::getSubscribedEvents | function | core/ |
|
ResourceRoutes::onDynamicRouteEvent | function | core/ |
Alters existing routes for a specific collection. |
ResourceRoutes::__construct | function | core/ |
Constructs a RouteSubscriber object. |
rest.resource_routes | service | core/ |
Drupal\rest\Routing\ResourceRoutes |
RestExport::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
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. |
RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
RoutePreloader::onAlterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RoutePreloader::onFinishedRoutes | function | core/ |
Store the non admin routes in state when the route building is finished. |
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute | function | core/ |
Tests onAlterRoutes with "admin" appearing in the path. |
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes | function | core/ |
Tests onAlterRoutes with just admin routes. |
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes | function | core/ |
Tests onAlterRoutes with admin routes and non admin routes. |
RouteProvider::$routes | property | core/ |
A cache of already-loaded routes, keyed by route name. |
RouteProvider::$serializedRoutes | property | core/ |
A cache of already-loaded serialized routes, keyed by route name. |
RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByPath | function | core/ |
Get all routes which match a certain pattern. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.