Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Other projects
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 |
---|---|---|---|
Router::$routeProvider | property | core/ |
The route provider responsible for the first-pass match. |
Router::$urlGenerator | property | core/ |
The URL generator. |
Router::addRouteEnhancer | function | core/ |
Adds a route enhancer. |
Router::addRouteFilter | function | core/ |
Adds a route filter. |
Router::applyFitOrder | function | core/ |
Reapplies the fit order to a RouteCollection object. |
Router::applyRouteEnhancers | function | core/ |
Apply the route enhancers to the defaults, according to priorities. |
Router::applyRouteFilters | function | core/ |
Applies all route filters to a given route collection. |
Router::doMatchCollection | function | core/ |
Tries to match a URL with a set of routes. |
Router::generate | function | core/ |
This method is intentionally not implemented. |
Router::getInitialRouteCollection | function | core/ |
Returns a collection of potential matching routes for a request. |
Router::getRouteCollection | function | core/ |
|
Router::match | function | core/ |
|
Router::matchCollection | function | core/ |
|
Router::matchRequest | function | core/ |
|
Router::__construct | function | core/ |
Constructs a new Router. |
RouterInstallerTestHooks | class | core/ |
Hook implementations for router_installer_test. |
RouterInstallerTestHooks.php | file | core/ |
|
RouterInstallerTestHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
RouterPermissionTest | class | core/ |
Function Tests for the routing permission system. |
RouterPermissionTest.php | file | core/ |
|
RouterPermissionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RouterPermissionTest::$modules | property | core/ |
Modules to install. |
RouterPermissionTest::testPermissionAccess | function | core/ |
Tests permission requirements on routes. |
RouterTest | class | core/ |
Functional class for the full integrated routing system. |
RouterTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\Router[[api-linebreak]] @group Routing |
RouterTest.php | file | core/ |
|
RouterTest.php | file | core/ |
|
RouterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RouterTest::$modules | property | core/ |
Modules to install. |
RouterTest::testControllerPlaceholders | function | core/ |
Confirms that placeholders in paths work correctly. |
RouterTest::testControllerPlaceholdersDefaultValues | function | core/ |
Confirms that default placeholders in paths work correctly. |
RouterTest::testControllerPlaceholdersDefaultValuesProvided | function | core/ |
Confirms that default placeholders in paths work correctly. |
RouterTest::testControllerResolutionAjax | function | core/ |
Checks that an ajax request gets rendered as an Ajax response, by mime. |
RouterTest::testControllerResolutionPage | function | core/ |
Checks that a request with text/html response gets rendered as a page. |
RouterTest::testDuplicateRoutePaths | function | core/ |
Confirms that multiple routes with the same path do not cause an error. |
RouterTest::testDynamicRoutes | function | core/ |
Checks that dynamically defined and altered routes work correctly. |
RouterTest::testFinishResponseSubscriber | function | core/ |
Confirms that our FinishResponseSubscriber logic works properly. |
RouterTest::testMatchesWithDifferentFitOrder | function | core/ |
@covers ::applyFitOrder[[api-linebreak]] |
RouterTest::testRouteAlias | function | core/ |
Tests route aliasing. |
RouterTest::testRouteAliasWithDeprecation | function | core/ |
Tests route aliasing with deprecation. |
RouterTest::testRouterMatching | function | core/ |
Tests that a page trying to match a path will succeed. |
RouterTest::testRouterResponsePsr7 | function | core/ |
Tests that a PSR-7 response works. |
RouterTest::testRouterUninstallInstall | function | core/ |
Tests that routes no longer exist for a module that has been uninstalled. |
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. |
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.