Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.x for route
  4. Search 10.3.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
EntityRevisionRouteEnhancer::applies function core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php Returns whether the enhancer runs on the current route.
EntityRevisionRouteEnhancer::enhance function core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php Updates the defaults for a route definition based on the request.
EntityRevisionRouteEnhancerTest class core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @coversDefaultClass \Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer
@group Entity
EntityRevisionRouteEnhancerTest.php file core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::$routeEnhancer property core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::setUp function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::testEnhanceWithEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance
EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance
EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php @covers ::enhance
EntityRouteAlterSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Registers the 'type' of route parameter names that match an entity type.
EntityRouteAlterSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::$resolverManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php The entity resolver manager.
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 Updates the defaults for a route definition based on the request.
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::$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
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.
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.

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