Search for routes

  1. Search 7.x for routes
  2. Search 9.5.x for routes
  3. Search 8.9.x for routes
  4. Search 11.x for routes
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Routes class core/modules/jsonapi/src/Routing/Routes.php Defines dynamic routes.
Routes class core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php Provides dynamic routes for test purposes.

All search results

Title Object type File name Summary
DefaultsSectionStorageTest::testBuildRoutesNoFieldUi function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes
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
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
DenyNoCacheRoutes::__construct function core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php Constructs a deny node preview page cache policy.
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.
Drupal\system\Routing\MenuLinksetRoutes service core/modules/system/system.services.yml
dynamic_page_cache_deny_admin_routes service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\PageCache\ResponsePolicy\DenyAdminRoutes
EntityModerationRouteProvider::getRoutes function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Provides routes for entities.
EntityPermissionsRouteProvider::getRoutes function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for entities.
EntityResourcePostRouteSubscriber class core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php Generates a 'create' route for an entity type if it has a REST POST route.
EntityResourcePostRouteSubscriber.php file core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php
EntityResourcePostRouteSubscriber::$resourceConfigStorage property core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php The REST resource config storage.
EntityResourcePostRouteSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php
EntityResourcePostRouteSubscriber::onDynamicRouteEvent function core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php Provides routes on route rebuild time.
EntityResourcePostRouteSubscriber::__construct function core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php Constructs a new EntityResourcePostRouteSubscriber instance.
EntityRouteProviderInterface::getRoutes function core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Provides routes for entities.
EntityTestAdminRoutes class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php Defines a test entity type with administrative routes.
EntityTestAdminRoutes.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php
EntityTestRoutes class core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php Subscriber for Entity Test routes.
EntityTestRoutes.php file core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php
EntityTestRoutes::routes function core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php Returns an array of route objects.
FieldUIRouteTest::testFieldUIRoutes function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Ensures that entity types with bundles do not break following entity types.
FileRouteProvider::getRoutes function core/modules/file/src/Entity/FileRouteProvider.php Provides routes for entities.
ImageStyleRoutes class core/modules/image/src/Routing/ImageStyleRoutes.php Defines a route subscriber to register a URL for serving image styles.
ImageStyleRoutes.php file core/modules/image/src/Routing/ImageStyleRoutes.php
ImageStyleRoutes::$streamWrapperManager property core/modules/image/src/Routing/ImageStyleRoutes.php The stream wrapper manager service.
ImageStyleRoutes::create function core/modules/image/src/Routing/ImageStyleRoutes.php Instantiates a new instance of this class.
ImageStyleRoutes::routes function core/modules/image/src/Routing/ImageStyleRoutes.php Returns an array of route objects.
ImageStyleRoutes::__construct function core/modules/image/src/Routing/ImageStyleRoutes.php Constructs a new ImageStyleRoutes object.
InternalEntitiesTest::testRoutes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the routes.
JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures that JSON:API routes are caches are dynamically rebuilt.
LanguageLocalTasksTest::getLanguageAdminOverviewRoutes function core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php Provides a list of routes to test.
LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Determines if content entity route condition is met.
LayoutBuilderRoutes class core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php Provides routes for the Layout Builder UI.
LayoutBuilderRoutes.php file core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
LayoutBuilderRoutes::$sectionStorageManager property core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php The section storage manager.
LayoutBuilderRoutes::getSubscribedEvents function core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
LayoutBuilderRoutes::onAlterRoutes function core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php Alters existing routes for a specific collection.
LayoutBuilderRoutes::__construct function core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php Constructs a new LayoutBuilderRoutes.
LayoutBuilderRoutesTest class core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php @coversDefaultClass \Drupal\layout_builder\Routing\LayoutBuilderRoutes
LayoutBuilderRoutesTest.php file core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php
LayoutBuilderRoutesTest::$routeBuilder property core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php The Layout Builder route builder.

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