Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.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
RouteCachingQueryAlteredTest class core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Tests the route cache when the request's query parameters are altered.
RouteCachingQueryAlteredTest.php file core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
RouteCachingQueryAlteredTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php The theme to install as the default for testing.
RouteCachingQueryAlteredTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Modules to install.
RouteCachingQueryAlteredTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
RouteCachingQueryAlteredTest::testRouteCollectionCacheAfterException function core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Tests route collection cache after an exception.
RouteCompiler class core/lib/Drupal/Core/Routing/RouteCompiler.php Compiler to generate derived information from a Route necessary for matching.
RouteCompiler.php file core/lib/Drupal/Core/Routing/RouteCompiler.php
RouteCompiler::compile function core/lib/Drupal/Core/Routing/RouteCompiler.php Compiles the current route instance.
RouteCompiler::getFit function core/lib/Drupal/Core/Routing/RouteCompiler.php Determines the fitness of the provided path.
RouteCompiler::getPathWithoutDefaults function core/lib/Drupal/Core/Routing/RouteCompiler.php Returns the path of the route, without placeholders with a default value.
RouteCompiler::getPatternOutline function core/lib/Drupal/Core/Routing/RouteCompiler.php Returns the pattern outline.
RouteCompilerTest class core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php @coversDefaultClass \Drupal\Core\Routing\RouteCompiler
@group Routing
RouteCompilerTest.php file core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php
RouteCompilerTest::providerTestGetFit function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Provides data for RouteCompilerTest::testGetFit()
RouteCompilerTest::testCompilation function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Confirms that a route compiles properly with the necessary data.
RouteCompilerTest::testCompilationDefaultValue function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Confirms that a compiled route with default values has the correct outline.
RouteCompilerTest::testGetFit function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Tests RouteCompiler::getFit().
RouteEnhancer class core/modules/jsonapi/src/Routing/RouteEnhancer.php Ensures the loaded entity matches the requested resource type.
RouteEnhancer.php file core/modules/jsonapi/src/Routing/RouteEnhancer.php
RouteEnhancer::enhance function core/modules/jsonapi/src/Routing/RouteEnhancer.php Updates the defaults for a route definition based on the request.
RouteMatch class core/lib/Drupal/Core/Routing/RouteMatch.php Default object representing the results of routing.
RouteMatch.php file core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::$parameters property core/lib/Drupal/Core/Routing/RouteMatch.php A key|value store of parameters.
RouteMatch::$rawParameters property core/lib/Drupal/Core/Routing/RouteMatch.php A key|value store of raw parameters.
RouteMatch::$route property core/lib/Drupal/Core/Routing/RouteMatch.php The route.
RouteMatch::$routeName property core/lib/Drupal/Core/Routing/RouteMatch.php The route name.
RouteMatch::createFromRequest function core/lib/Drupal/Core/Routing/RouteMatch.php Creates a RouteMatch from a request.
RouteMatch::getParameter function core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::getParameterNames function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the names of all parameters for the currently matched route.
RouteMatch::getParameters function core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::getRouteName function core/lib/Drupal/Core/Routing/RouteMatch.php
RouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatch.php
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

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