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
CollectRoutesTest::setUp function core/modules/rest/tests/src/Unit/CollectRoutesTest.php
CollectRoutesTest::testRoutesRequirements function core/modules/rest/tests/src/Unit/CollectRoutesTest.php Tests if adding a requirement to a route only modify one route.
CommentDefaultFormatter::$routeMatch property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
CompiledRoute class core/lib/Drupal/Core/Routing/CompiledRoute.php A compiled route contains derived information from a route object.
CompiledRoute.php file core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRoute::$fit property core/lib/Drupal/Core/Routing/CompiledRoute.php The fitness of this route.
CompiledRoute::$numParts property core/lib/Drupal/Core/Routing/CompiledRoute.php The number of parts in the path of this route.
CompiledRoute::$patternOutline property core/lib/Drupal/Core/Routing/CompiledRoute.php The pattern outline of this route.
CompiledRoute::getDefaults function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the defaults.
CompiledRoute::getFit function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the fit of this route.
CompiledRoute::getNumParts function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the number of parts in this route's path.
CompiledRoute::getOptions function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the options.
CompiledRoute::getPatternOutline function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the pattern outline of this route.
CompiledRoute::getRequirements function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the requirements.
CompiledRoute::__construct function core/lib/Drupal/Core/Routing/CompiledRoute.php Constructs a new compiled route object.
CompiledRoute::__serialize function core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRoute::__unserialize function core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRouteLegacyTest class core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php @coversDefaultClass \Drupal\Core\Routing\CompiledRoute
@group Routing
@group legacy
CompiledRouteLegacyTest.php file core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php
CompiledRouteLegacyTest::$compiled_route property core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php A compiled route object for testing purposes.
CompiledRouteLegacyTest::$mocked_route property core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php A mocked Route object.
CompiledRouteLegacyTest::setUp function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php
CompiledRouteLegacyTest::testDefaultsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests for deprecated message and no PHP error.
CompiledRouteLegacyTest::testDefaultsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
CompiledRouteLegacyTest::testOptionsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests for deprecated message and no PHP error.
CompiledRouteLegacyTest::testOptionsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
CompiledRouteLegacyTest::testRequirementsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php @covers ::getRequirements
CompiledRouteLegacyTest::testRequirementsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
ConfigEntityMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigEntityMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigEntityMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigEntityMapper.php Returns route name for the translation overview route.
ConfigEntityMapper::populateFromRouteMatch function core/modules/config_translation/src/ConfigEntityMapper.php Populate the config mapper with route match data.
ConfigEntityMapper::processRoute function core/modules/config_translation/src/ConfigEntityMapper.php Allows to process all config translation routes.
ConfigEntityMapperTest::$routeProvider property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The route provider used for testing.
ConfigEntityMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getOverviewRouteParameters().
ConfigFieldMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigFieldMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigFieldMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigFieldMapper.php Returns route name for the translation overview route.
ConfigLocalTasksTest::getConfigAdminRoutes function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Provides a list of routes to test.
ConfigMapperInterface::getAddRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation add form route.
ConfigMapperInterface::getAddRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation add form route.
ConfigMapperInterface::getAddRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation add form route.
ConfigMapperInterface::getBaseRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the base route object the mapper is attached to.
ConfigMapperInterface::getBaseRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the base route the mapper is attached to.
ConfigMapperInterface::getBaseRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the base route the mapper is attached to.
ConfigMapperInterface::getDeleteRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for the translation deletion route.
ConfigMapperInterface::getDeleteRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation deletion route.
ConfigMapperInterface::getDeleteRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation deletion route.
ConfigMapperInterface::getEditRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation edit form route.
ConfigMapperInterface::getEditRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation edit form route.
ConfigMapperInterface::getEditRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation edit form route.
ConfigMapperInterface::getOverviewRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation overview route.

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