Search for route
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Route | class | core/ |
Sets the destination route information based on the source link_path. |
| Route | class | core/ |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouterTest::testSuccessiveSlashes | function | core/ |
Ensure that multiple successive slashes are redirected. |
| RouterTest::testUrlGeneratorFront | function | core/ |
Checks the generate method on the URL generator using the front router. |
| RouterTest::testUserAccount | function | core/ |
Tests the user account on the DIC. |
| RouterTestEarlyExceptionSubscriber | class | core/ |
Event subscribers for exceptions thrown in early kernel middleware. |
| RouterTestEarlyExceptionSubscriber.php | file | core/ |
|
| RouterTestEarlyExceptionSubscriber::getSubscribedEvents | function | core/ |
|
| RouterTestEarlyExceptionSubscriber::onKernelRequest | function | core/ |
Throw an exception, which will trigger exception-handling subscribers. |
| RouterTestServiceProvider | class | core/ |
Registers a dynamic route provider. |
| RouterTestServiceProvider.php | file | core/ |
|
| RouterTestServiceProvider::register | function | core/ |
Registers services to the container. |
| RouterUnsupportedTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\Router[[api-linebreak]] @group Routing @group legacy |
| RouterUnsupportedTest.php | file | core/ |
|
| RouterUnsupportedTest::testDeprecatedAdd | function | core/ |
@covers ::addDeprecatedRouteFilter[[api-linebreak]] @covers ::addDeprecatedRouteEnhancer[[api-linebreak]] |
| RouterUnsupportedTest::testGenerateUnsupported | function | core/ |
@covers ::generate[[api-linebreak]] |
| router_installer_test.info.yml | file | core/ |
core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml |
| router_installer_test.module | file | core/ |
Install, update and uninstall functions for the router_installer_test module. |
| router_installer_test.routing.yml | file | core/ |
core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml |
| router_installer_test_modules_installed | function | core/ |
Implements hook_modules_installed(). |
| router_listener | service | core/ |
Symfony\Component\HttpKernel\EventListener\RouterListener |
| router_test.info.yml | file | core/ |
core/modules/system/tests/modules/router_test_directory/router_test.info.yml |
| router_test.install | file | core/ |
Install, update and uninstall functions for the router_test module. |
| router_test.module | file | core/ |
Test module. |
| router_test.permissions.yml | file | core/ |
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml |
| router_test.routing.yml | file | core/ |
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml |
| router_test_install | function | core/ |
Implements hook_install(). |
| router_test_preprocess_page | function | core/ |
Implements hook_preprocess_HOOK(). |
| Routes | class | core/ |
Defines dynamic routes. |
| Routes | class | core/ |
Provides dynamic routes for test purposes. |
| Routes.php | file | core/ |
|
| Routes.php | file | core/ |
|
| Routes::$jsonApiBasePath | property | core/ |
The JSON:API base path. |
| Routes::$providerIds | property | core/ |
List of providers. |
| Routes::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| Routes::addRouteParameter | function | core/ |
Adds a parameter option to a route, overrides options of the same name. |
| Routes::CONTROLLER_SERVICE_NAME | constant | core/ |
The service name for the primary JSON:API controller. |
| Routes::create | function | core/ |
Instantiates a new instance of this class. |
| Routes::dynamic | function | core/ |
|
| Routes::getEntryPointRoute | function | core/ |
Provides the entry point route. |
| Routes::getFileUploadRouteName | function | core/ |
Get a unique route name for the file upload resource type and route type. |
| Routes::getFileUploadRoutesForResourceType | function | core/ |
Gets the file upload route collection for the given resource type. |
| Routes::getIndividualRoutesForResourceType | function | core/ |
Gets a route collection for the given resource type. |
| Routes::getResourceTypeNameFromParameters | function | core/ |
Gets the resource type from a route or request's parameters. |
| Routes::getRouteName | function | core/ |
Get a unique route name for the JSON:API resource type and route type. |
| Routes::getRoutesForResourceType | function | core/ |
Gets applicable resource routes for a JSON:API resource type. |
| Routes::hasNonInternalFileTargetResourceTypes | function | core/ |
Determines if an array of resource types lists non-internal "file" ones. |
| Routes::hasNonInternalTargetResourceTypes | function | core/ |
Determines if an array of resource types has any non-internal ones. |
| Routes::isJsonApiRequest | function | core/ |
Determines if the given request is for a JSON:API generated route. |
| Routes::JSON_API_ROUTE_FLAG_KEY | constant | core/ |
A key with which to flag a route as belonging to the JSON:API module. |
| Routes::rebuild | function | core/ |
Invalidates any JSON:API resource type dependent responses and routes. |
| Routes::RESOURCE_TYPE_KEY | constant | core/ |
The route default key for the route's resource type information. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.