| UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with not enabled processing. |
| UnroutedUrlAssemblerTest::testAssembleWithStartingSlashEnabledProcessing |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with starting slash enabled processing. |
| UnroutedUrlTest |
class |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests Drupal\Core\Url. |
| UnroutedUrlTest.php |
file |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
|
| UnroutedUrlTest::$router |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
The router. |
| UnroutedUrlTest::$unroutedExternal |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
An unrouted, external URL to test. |
| UnroutedUrlTest::$unroutedInternal |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
An unrouted, internal URL to test. |
| UnroutedUrlTest::$urlAssembler |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
The URL assembler. |
| UnroutedUrlTest::providerFromInvalidUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Data provider for testFromInvalidUri(). |
| UnroutedUrlTest::providerFromUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Data provider for testFromUri(). |
| UnroutedUrlTest::setUp |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
|
| UnroutedUrlTest::testCreateFromRequest |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the createFromRequest method. |
| UnroutedUrlTest::testFromInvalidUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the fromUri() method. |
| UnroutedUrlTest::testFromUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the fromUri() method. |
| UnroutedUrlTest::testGetInternalPath |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getInternalPath() method. |
| UnroutedUrlTest::testGetOptions |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getOptions() method. |
| UnroutedUrlTest::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteName() method. |
| UnroutedUrlTest::testGetRouteParameters |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteParameters() method. |
| UnroutedUrlTest::testGetUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getPath() method. |
| UnroutedUrlTest::testIsExternal |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the isExternal() method. |
| UnroutedUrlTest::testToString |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the toString() method. |
| unrouted_url_assembler |
service |
core/core.services.yml |
Drupal\Core\Utility\UnroutedUrlAssembler |
| UnsupportedRouteAttributePropertiesTest |
class |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
Tests \Drupal\Core\Routing\AttributeRouteDiscovery. |
| UnsupportedRouteAttributePropertiesTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
|
| UnsupportedRouteAttributePropertiesTest::providerTestException |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
|
| UnsupportedRouteAttributePropertiesTest::testException |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
@legacy-covers ::createRouteCollection |
| UnsupportedRouteAttributePropertyException |
class |
core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php |
Thrown when using unsupported route attribute properties. |
| UnsupportedRouteAttributePropertyException.php |
file |
core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php |
|
| UpcastingTest::testNonAsciiConfigEntityRoute |
function |
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php |
Tests that non-ASCII config entity IDs in routes return 404. |
| UpdateLocalTasksTest::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |
| Url::$routeName |
property |
core/lib/Drupal/Core/Url.php |
The route name. |
| Url::$routeParameters |
property |
core/lib/Drupal/Core/Url.php |
The route parameters. |
| Url::$unrouted |
property |
core/lib/Drupal/Core/Url.php |
Indicates whether this URL is for a URI without a Drupal route. |
| Url::fromRoute |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object for a URL that has a Drupal route. |
| Url::fromRouteMatch |
function |
core/lib/Drupal/Core/Url.php |
Creates a new URL object from a route match. |
| Url::fromRouteUri |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object for 'route:' URIs. |
| Url::getRouteName |
function |
core/lib/Drupal/Core/Url.php |
Returns the route name. |
| Url::getRouteParameters |
function |
core/lib/Drupal/Core/Url.php |
Returns the route parameters. |
| Url::isRouted |
function |
core/lib/Drupal/Core/Url.php |
Indicates if this URL has a Drupal route. |
| Url::setRouteParameter |
function |
core/lib/Drupal/Core/Url.php |
Sets a specific route parameter. |
| Url::setRouteParameters |
function |
core/lib/Drupal/Core/Url.php |
Sets the route parameters. |
| Url::setUnrouted |
function |
core/lib/Drupal/Core/Url.php |
Sets this URL to encapsulate an unrouted URI. |
| Url::setUnroutedUrlAssembler |
function |
core/lib/Drupal/Core/Url.php |
Sets the unrouted URL assembler. |
| Url::unroutedUrlAssembler |
function |
core/lib/Drupal/Core/Url.php |
Gets the unrouted URL assembler for non-Drupal URLs. |
| UrlGenerator::$routeProcessor |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The route processor. |
| UrlGenerator::generateFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Generates a URL or path for a specific route based on the given parameters. |
| UrlGenerator::getInternalPathFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Gets the path of a route. |
| UrlGenerator::getPathFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Gets the internal path (system path) for a route. |
| UrlGenerator::getRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Find the route using the provided route name. |
| UrlGenerator::processRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Passes the route to the processor manager for altering before compilation. |