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 |
---|---|---|---|
RouteProviderTest::testOutlinePathNoMatch | function | core/ |
Confirms that an exception is thrown when no matching path is found. |
RouteProviderTest::testRouteByName | function | core/ |
Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames(). |
RouteProviderTest::testRouteCaching | function | core/ |
Tests that route caching works. |
router | service | core/ |
Drupal\Core\Routing\AccessAwareRouter |
Router | class | core/ |
Router implementation in Drupal. |
router.admin_context | service | core/ |
Drupal\Core\Routing\AdminContext |
router.builder | service | core/ |
Drupal\Core\Routing\RouteBuilder |
router.dumper | service | core/ |
Drupal\Core\Routing\MatcherDumper |
router.no_access_checks | service | core/ |
\Drupal\Core\Routing\Router |
router.path_roots_subscriber | service | core/ |
Drupal\Core\EventSubscriber\PathRootsSubscriber |
Router.php | file | core/ |
|
router.request_context | service | core/ |
Drupal\Core\Routing\RequestContext |
router.route_preloader | service | core/ |
Drupal\Core\Routing\RoutePreloader |
router.route_provider | service | core/ |
Drupal\Core\Routing\RouteProvider |
router.route_provider.lazy_builder | service | core/ |
Drupal\Core\Routing\RouteProviderLazyBuilder |
Router::$enhancers | property | core/ |
The list of available enhancers. |
Router::$filters | property | core/ |
The list of available route filters. |
Router::$routeProvider | property | core/ |
The route provider responsible for the first-pass match. |
Router::$urlGenerator | property | core/ |
The URL generator. |
Router::addDeprecatedRouteEnhancer | function | core/ |
Adds a deprecated route enhancer. |
Router::addDeprecatedRouteFilter | function | core/ |
Adds a deprecated route filter. |
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. |
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 @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. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.