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
ExtensionSerializationTest::testServiceAppRouteUsage function core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php Tests that the Extension class unserialize method uses the preferred root.
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.
FieldUiLocalAction::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The route provider to load routes by name.
FieldUiLocalTask::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The route provider.
FieldUIRouteTest class core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Tests the functionality of the Field UI route subscriber.
FieldUIRouteTest.php file core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
FieldUIRouteTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php The theme to install as the default for testing.
FieldUIRouteTest::$modules property core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Modules to install.
FieldUIRouteTest::assertLocalTasks function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Asserts that local tasks exists.
FieldUIRouteTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
FieldUIRouteTest::testFieldUIRoutes function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Ensures that entity types with bundles do not break following entity types.
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FileRouteProvider class core/modules/file/src/Entity/FileRouteProvider.php Provides routes for files.
FileRouteProvider.php file core/modules/file/src/Entity/FileRouteProvider.php
FileRouteProvider::getRoutes function core/modules/file/src/Entity/FileRouteProvider.php Provides routes for entities.
FileUploadResource::getBaseRoute function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Gets the base route for a particular method.
FileUploadResource::getBaseRouteRequirements function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Gets the base route requirements for a particular method.
FormAjaxResponseBuilder::$routeMatch property core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php The current route match.
FormAjaxResponseBuilderTest::$routeMatch property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormBase::$routeMatch property core/lib/Drupal/Core/Form/FormBase.php The route match.
FormBase::getRouteMatch function core/lib/Drupal/Core/Form/FormBase.php Gets the route match.
FormRouteEnhancer class core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php Enhancer to add a wrapping controller for _form routes.
FormRouteEnhancer.php file core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php
FormRouteEnhancer::applies function core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php Returns whether the enhancer runs on the current route.
FormRouteEnhancer::enhance function core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php Updates the defaults for a route definition based on the request.
FormSubmitterTest::$unroutedUrlAssembler property core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php The mocked unrouted URL assembler.
GotoAction::$unroutedUrlAssembler property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The unrouted URL assembler service.
HelpBlock::$routeMatch property core/modules/help/src/Plugin/Block/HelpBlock.php The current route match.
HelpTwigExtension::getRouteLink function core/modules/help/src/HelpTwigExtension.php Returns a link or plain text, given text, route name, and parameters.
ht.router.php file core/assets/scaffold/files/ht.router.php
HtRouterTest class core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php @coversDefaultClass \Drupal\BuildTests\Framework\BuildTestBase
@group Build
@requires extension pdo_sqlite
HtRouterTest.php file core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php
HtRouterTest::testHtRouter function core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php @covers ::instantiateServer
ImageStyleDownloadAccessControlTest::testPrivateThroughPublicRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that private:// access is forbidden through image.style_public.
ImageStyleDownloadAccessControlTest::testPublicThroughPrivateRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that public:// access is forbidden through image.style.private.
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.
ImageUploadAccessTest::testCkeditor5ImageUploadRoute function core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php Test access to the CKEditor 5 image upload controller.
InstallerRouteBuilder class core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php Manages the router in the installer.
InstallerRouteBuilder.php file core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php
InstallerRouteBuilder::getRouteDefinitions function core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php Overridden to return no routes.
InstallerRouteProviderLazyBuilder class core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php A Route Provider front-end for use during the installer.

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