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
EntityRouteAlterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::onRoutingRouteAlterSetType function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Applies parameter converters to route parameters.
EntityRouteAlterSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Constructs an EntityRouteAlterSubscriber instance.
EntityRouteEnhancer class core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Enhances an entity form route with the appropriate controller.
EntityRouteEnhancer.php file core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
EntityRouteEnhancer::applies function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Returns whether the enhancer runs on the current route.
EntityRouteEnhancer::enhance function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
EntityRouteEnhancer::enhanceEntityForm function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for entity forms.
EntityRouteEnhancer::enhanceEntityList function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for an entity list.
EntityRouteEnhancer::enhanceEntityView function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for an entity view.
EntityRouteEnhancerTest class core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php @coversDefaultClass \Drupal\Core\Entity\Enhancer\EntityRouteEnhancer
@group Entity
EntityRouteEnhancerTest.php file core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php
EntityRouteEnhancerTest::testEnhancer function core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php Tests the enhancer method.
EntityRouteProviderInterface interface core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Allows entity types to provide routes.
EntityRouteProviderInterface.php file core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php
EntityRouteProviderInterface::getRoutes function core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Provides routes for entities.
EntityRouteProviderSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Ensures that routes can be provided by entity types.
EntityRouteProviderSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRouteProviderSubscriber::$deprecatedProperties property core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRouteProviderSubscriber::$entityTypeManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php The entity type manager service.
EntityRouteProviderSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRouteProviderSubscriber::onDynamicRouteEvent function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Provides routes on route rebuild time.
EntityRouteProviderSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Constructs a new EntityRouteProviderSubscriber instance.
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.
EntityType::$field_ui_base_route property core/lib/Drupal/Core/Entity/EntityType.php The route name used by field UI to attach its management pages.
EntityType::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets all the route provide handlers.
EntityType::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any route provider.
EntityTypeInterface::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets all the route provide handlers.
EntityTypeInterface::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has any route provider.
EntityTypeManager::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets all route provider instances.
EntityTypeManagerInterface::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Gets all route provider instances.
EntityTypeManagerTest::testGetRouteProviders function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php @covers ::getRouteProviders
EntityUnitTest::$routeProvider property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The route provider used for testing.
EntityUrlLanguageTest::setCurrentRequestForRoute function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Sets the current request to a specific path with the corresponding route.
entity_route_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber
ExceptionHandlingTest::doTest404Route function core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php Sets the given path to use as the 404 page and triggers a 404.
ExtensionSerializationTest::testServiceAppRouteUsage function core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php Tests that the Extension class unserialize method uses the preferred root.
FeedHtmlRouteProvider class core/modules/aggregator/src/FeedHtmlRouteProvider.php Provides HTML routes for the feed entity type.
FeedHtmlRouteProvider.php file core/modules/aggregator/src/FeedHtmlRouteProvider.php
FeedHtmlRouteProvider::getCanonicalRoute function core/modules/aggregator/src/FeedHtmlRouteProvider.php Gets the canonical route.
FeedHtmlRouteProvider::getEditFormRoute function core/modules/aggregator/src/FeedHtmlRouteProvider.php Gets the edit-form route.
FieldConfig::urlRouteParameters function core/modules/field/src/Entity/FieldConfig.php Gets an array of placeholders for this entity.
FieldPluginBaseTest::$unroutedUrlAssembler property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The unrouted url assembler service.
FieldStorageConfigEditForm::getEntityFromRouteMatch function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Determines which entity will be used by this form from a RouteMatch object.
FieldUI::getOverviewRouteInfo function core/modules/field_ui/src/FieldUI.php Returns the route info for the field overview of a given entity bundle.
FieldUI::getRouteBundleParameter function core/modules/field_ui/src/FieldUI.php Gets the route parameter that should be used for Field UI routes.

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