Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 8.9.x for route
- Search 10.3.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 |
---|---|---|---|
UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithLocalUri | function | core/ |
@covers ::assemble @covers ::buildLocalUrl |
UnroutedUrlAssemblerTest::testAssembleWithNeitherExternalNorDomainLocalUri | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithStartingSlashEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlTest | class | core/ |
@coversDefaultClass \Drupal\Core\Url @group UrlTest |
UnroutedUrlTest.php | file | core/ |
|
UnroutedUrlTest::$router | property | core/ |
The router. |
UnroutedUrlTest::$unroutedExternal | property | core/ |
An unrouted, external URL to test. |
UnroutedUrlTest::$unroutedInternal | property | core/ |
An unrouted, internal URL to test. |
UnroutedUrlTest::$urlAssembler | property | core/ |
The URL assembler. |
UnroutedUrlTest::providerFromInvalidUri | function | core/ |
Data provider for testFromInvalidUri(). |
UnroutedUrlTest::providerFromUri | function | core/ |
Data provider for testFromUri(). |
UnroutedUrlTest::setUp | function | core/ |
|
UnroutedUrlTest::testCreateFromRequest | function | core/ |
Tests the createFromRequest method. |
UnroutedUrlTest::testFromInvalidUri | function | core/ |
Tests the fromUri() method. |
UnroutedUrlTest::testFromUri | function | core/ |
Tests the fromUri() method. |
UnroutedUrlTest::testGetInternalPath | function | core/ |
Tests the getInternalPath() method. |
UnroutedUrlTest::testGetOptions | function | core/ |
Tests the getOptions() method. |
UnroutedUrlTest::testGetRouteName | function | core/ |
Tests the getRouteName() method. |
UnroutedUrlTest::testGetRouteParameters | function | core/ |
Tests the getRouteParameters() method. |
UnroutedUrlTest::testGetUri | function | core/ |
Tests the getPath() method. |
UnroutedUrlTest::testIsExternal | function | core/ |
Tests the isExternal() method. |
UnroutedUrlTest::testToString | function | core/ |
Tests the toString() method. |
update.route_subscriber | service | core/ |
Drupal\update\Routing\UpdateRouteSubscriber |
UpdateLocalTasksTest::getUpdateModuleRoutes | function | core/ |
Provides a list of module routes to test. |
UpdateLocalTasksTest::getUpdateReportRoutes | function | core/ |
Provides a list of report routes to test. |
UpdateLocalTasksTest::getUpdateThemeRoutes | function | core/ |
Provides a list of theme routes to test. |
UpdateRouteSubscriber | class | core/ |
Route subscriber for Update module routes. |
UpdateRouteSubscriber.php | file | core/ |
|
UpdateRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
UpdateRouteSubscriber::__construct | function | core/ |
Constructs a new UpdateRouteSubscriber. |
Url::$routeName | property | core/ |
The route name. |
Url::$routeParameters | property | core/ |
The route parameters. |
Url::$unrouted | property | core/ |
Indicates whether this URL is for a URI without a Drupal route. |
Url::fromRoute | function | core/ |
Creates a new Url object for a URL that has a Drupal route. |
Url::fromRouteMatch | function | core/ |
Creates a new URL object from a route match. |
Url::fromRouteUri | function | core/ |
Creates a new Url object for 'route:' URIs. |
Url::getRouteName | function | core/ |
Returns the route name. |
Url::getRouteParameters | function | core/ |
Returns the route parameters. |
Url::isRouted | function | core/ |
Indicates if this URL has a Drupal route. |
Url::setRouteParameter | function | core/ |
Sets a specific route parameter. |
Url::setRouteParameters | function | core/ |
Sets the route parameters. |
Url::setUnrouted | function | core/ |
Sets this URL to encapsulate an unrouted URI. |
Url::setUnroutedUrlAssembler | function | core/ |
Sets the unrouted URL assembler. |
Url::unroutedUrlAssembler | function | core/ |
Gets the unrouted URL assembler for non-Drupal URLs. |
UrlGenerator::$routeProcessor | property | core/ |
The route processor. |
UrlGenerator::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
UrlGenerator::getInternalPathFromRoute | function | core/ |
Gets the path of a route. |
UrlGenerator::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.