Search for route

  1. Search 7.x for route
  2. Search 9.5.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
RouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the raw value of a named route parameter.
RouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the bag of all raw route parameters.
RouteMatch::getRouteName function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the route name.
RouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the route object.
RouteMatch::__construct function core/lib/Drupal/Core/Routing/RouteMatch.php Constructs a RouteMatch object.
RouteMatchInterface interface core/lib/Drupal/Core/Routing/RouteMatchInterface.php Provides an interface for classes representing the result of routing.
RouteMatchInterface.php file core/lib/Drupal/Core/Routing/RouteMatchInterface.php
RouteMatchInterface::getParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the processed value of a named route parameter.
RouteMatchInterface::getParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all processed route parameters.
RouteMatchInterface::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the raw value of a named route parameter.
RouteMatchInterface::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all raw route parameters.
RouteMatchInterface::getRouteName function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route name.
RouteMatchInterface::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route object.
RouteMatchTest class core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php @coversDefaultClass \Drupal\Core\Routing\RouteMatch
@group Routing
RouteMatchTest.php file core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php
RouteMatchTest::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php Build a test route match object for the given implementation.
RouteMatchTest::testRouteMatchFromRequest function core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php @covers ::createFromRequest
@covers ::__construct
RouteMatchTestBase class core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Base test class for testing classes implementing the route match interface.
RouteMatchTestBase.php file core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php
RouteMatchTestBase::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Build a test route match object for the given implementation.
RouteMatchTestBase::routeMatchProvider function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Provide sets of parameters and expected parameters for parameter tests.
RouteMatchTestBase::testGetParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameter
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameters
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameter
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameters
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteName function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteName
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteObject function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteObject
@dataProvider routeMatchProvider
RouteMatchValueResolver class core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php Yields a RouteMatch object based on the request object passed along.
RouteMatchValueResolver.php file core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteMatchValueResolver::resolve function core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteMatchValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteMethodSubscriber class core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php Provides a default value for the HTTP method restriction on routes.
RouteMethodSubscriber.php file core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
RouteMethodSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
RouteMethodSubscriber::onRouteBuilding function core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php Sets a default value of GET|POST for the _method route property.
RouteNameCacheContext class core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php Defines the RouteCacheContext service, for "per route name" caching.
RouteNameCacheContext.php file core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php
RouteNameCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php Returns the string representation of the cache context.
RouteNameCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php Returns the label of the cache context.
RouteNoneTest class core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php Tests the <none> route processor.
RouteNoneTest.php file core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php
RouteNoneTest::$modules property core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php Modules to enable.
RouteNoneTest::$urlGenerator property core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php The URL generator.
RouteNoneTest::setUp function core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php
RouteNoneTest::testProcessOutbound function core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php Tests the output process.
RoutePreloader class core/lib/Drupal/Core/Routing/RoutePreloader.php Defines a class which preloads non-admin routes.
RoutePreloader.php file core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::$cache property core/lib/Drupal/Core/Routing/RoutePreloader.php The cache backend used to skip the state loading.
RoutePreloader::$nonAdminRoutesOnRebuild property core/lib/Drupal/Core/Routing/RoutePreloader.php Contains the non-admin routes while rebuilding the routes.
RoutePreloader::$routeProvider property core/lib/Drupal/Core/Routing/RoutePreloader.php The route provider.

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