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