Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 10.3.x for route
  4. Search 11.x for route
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
DefaultsSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes
@covers ::getEntityTypes
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes
DefaultsSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultsSectionStorageTest::testExtractIdFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractIdFromRoute
DenyAdminRoutes class core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Cache policy for routes with the '_admin_route' option set.
DenyAdminRoutes.php file core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php
DenyAdminRoutes::$routeMatch property core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php The current route match.
DenyAdminRoutes::check function core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Determines whether it is save to store a page in the cache.
DenyAdminRoutes::__construct function core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php Constructs a deny admin route page cache policy.
DenyNoCacheRoutes class core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Cache policy for routes with the 'no_cache' option set.
DenyNoCacheRoutes.php file core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php
DenyNoCacheRoutes::$routeMatch property core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php The current route match.
DenyNoCacheRoutes::check function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Determines whether it is save to store a page in the cache.
DenyNoCacheRoutes::__construct function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Constructs a deny node preview page cache policy.
DenyNodePreview::$routeMatch property core/modules/node/src/PageCache/DenyNodePreview.php The current route match.
DenyNodePreviewTest::$routeMatch property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The current route match.
DenyPrivateImageStyleDownload::$routeMatch property core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php The current route match.
DenyPrivateImageStyleDownloadTest::$routeMatch property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The current route match.
DisplayPageTest::$routerDumper property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php The router dumper to get all routes.
DisplayPageTest::testPageRouterItems function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks that the router items are properly registered
DisplayPluginBase::getRoutedDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Points to the display which can be linked by this display.
DisplayPluginInterface::getRoutedDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Points to the display which can be linked by this display.
DisplayRouterInterface interface core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Defines an interface for displays that can collect routes.
DisplayRouterInterface.php file core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php
DisplayRouterInterface::alterRoutes function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Alters a collection of routes and replaces definitions to the view.
DisplayRouterInterface::collectRoutes function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Adds the route entry of a view to the collection.
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DisplayRouterInterface::getRouteName function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the route name for the display.
DisplayRouterInterface::getUrlInfo function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Generates a URL to this display.
Drupal::routeMatch function core/lib/Drupal.php Retrieves the currently active route match object.
DynamicMenuLinkMock::getRouteName function core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php Returns the route name, if available.
dynamic_page_cache_deny_admin_routes service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\PageCache\ResponsePolicy\DenyAdminRoutes
EntityAccessChecker::$router property core/modules/jsonapi/src/Access/EntityAccessChecker.php The router.
EntityAccessCheckTest::createRouteMatchForObject function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Wrap any object with a route match, and return that.
EntityAccessCheckTest::testAccessWithDifferentRouteParameters function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php @covers ::access
EntityBase::urlRouteParameters function core/lib/Drupal/Core/Entity/EntityBase.php Gets an array of placeholders for this entity.
EntityBundleAccessCheckTest::testRouteAccess function core/tests/Drupal/Tests/Core/Entity/EntityBundleAccessCheckTest.php @covers ::access
EntityDisplayFormBase::getEntityFromRouteMatch function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Determines which entity will be used by this form from a RouteMatch object.
EntityDisplayModeBase::urlRouteParameters function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets an array of placeholders for this entity.
EntityForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityForm.php Determines which entity will be used by this form from a RouteMatch object.
EntityFormInterface::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityFormInterface.php Determines which entity will be used by this form from a RouteMatch object.
EntityFormTest::testGetEntityFromRouteMatchAdd function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle.
EntityFormTest::testGetEntityFromRouteMatchAddEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle.
EntityFormTest::testGetEntityFromRouteMatchAddStatic function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a static bundle.
EntityFormTest::testGetEntityFromRouteMatchEditDelete function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms.
EntityManager::getRouteProviders function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerTest::testGetRouteProviders function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getDefinitions
EntityModerationRouteProvider class core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Dynamic route provider for the Content moderation module.
EntityModerationRouteProvider.php file core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php
EntityModerationRouteProvider::$entityFieldManager property core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php The entity manager.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.