Search for route

  1. Search 7.x for route
  2. Search 8.9.x for route
  3. Search 10.3.x for route
  4. Search 11.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
RouteProviderTest::testGetRoutesPaged function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests getRoutesPaged().
RouteProviderTest::testHtmlRoutes function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php @covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes
RouteProviderTest::testMixedCasePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find routes using a case-insensitive path match.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that a trailing slash on the request does not result in a 404.
RouteProviderTest::testOutlinePathMatchZero function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that an exception is thrown when no matching path is found.
RouteProviderTest::testRouteByName function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames().
RouteProviderTest::testRouteCaching function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests that route caching works.
Router class core/lib/Drupal/Core/Routing/Router.php Router implementation in Drupal.
router service core/core.services.yml Drupal\Core\Routing\AccessAwareRouter
router.admin_context service core/core.services.yml Drupal\Core\Routing\AdminContext
router.builder service core/core.services.yml Drupal\Core\Routing\RouteBuilder
router.dumper service core/core.services.yml Drupal\Core\Routing\MatcherDumper
router.no_access_checks service core/core.services.yml \Drupal\Core\Routing\Router
router.path_roots_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\PathRootsSubscriber
Router.php file core/lib/Drupal/Core/Routing/Router.php
router.request_context service core/core.services.yml Drupal\Core\Routing\RequestContext
router.route_preloader service core/core.services.yml Drupal\Core\Routing\RoutePreloader
router.route_provider service core/core.services.yml Drupal\Core\Routing\RouteProvider
router.route_provider.lazy_builder service core/core.services.yml Drupal\Core\Routing\RouteProviderLazyBuilder
Router::$enhancers property core/lib/Drupal/Core/Routing/Router.php The list of available enhancers.
Router::$filters property core/lib/Drupal/Core/Routing/Router.php The list of available route filters.
Router::$routeProvider property core/lib/Drupal/Core/Routing/Router.php The route provider responsible for the first-pass match.
Router::$urlGenerator property core/lib/Drupal/Core/Routing/Router.php The URL generator.
Router::addRouteEnhancer function core/lib/Drupal/Core/Routing/Router.php Adds a route enhancer.
Router::addRouteFilter function core/lib/Drupal/Core/Routing/Router.php Adds a route filter.
Router::applyFitOrder function core/lib/Drupal/Core/Routing/Router.php Reapplies the fit order to a RouteCollection object.
Router::applyRouteEnhancers function core/lib/Drupal/Core/Routing/Router.php Apply the route enhancers to the defaults, according to priorities.
Router::applyRouteFilters function core/lib/Drupal/Core/Routing/Router.php Applies all route filters to a given route collection.
Router::doMatchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::generate function core/lib/Drupal/Core/Routing/Router.php
Router::getInitialRouteCollection function core/lib/Drupal/Core/Routing/Router.php Returns a collection of potential matching routes for a request.
Router::getRouteCollection function core/lib/Drupal/Core/Routing/Router.php
Router::match function core/lib/Drupal/Core/Routing/Router.php
Router::matchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::matchRequest function core/lib/Drupal/Core/Routing/Router.php
Router::__construct function core/lib/Drupal/Core/Routing/Router.php Constructs a new Router.
RouterLegacyTest class core/tests/Drupal/Tests/Core/Routing/RouterLegacyTest.php @coversDefaultClass \Drupal\Core\Routing\Router
@group Routing
@group legacy
RouterLegacyTest.php file core/tests/Drupal/Tests/Core/Routing/RouterLegacyTest.php
RouterLegacyTest::testGenerateDeprecated function core/tests/Drupal/Tests/Core/Routing/RouterLegacyTest.php @covers ::generate
RouterPermissionTest class core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Function Tests for the routing permission system.
RouterPermissionTest.php file core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
RouterPermissionTest::$defaultTheme property core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php The theme to install as the default for testing.
RouterPermissionTest::$modules property core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Modules to enable.
RouterPermissionTest::testPermissionAccess function core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php Tests permission requirements on routes.

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