UrlResolverInterface::getResourceUrl |
function |
core/modules/media/src/OEmbed/UrlResolverInterface.php |
Builds the resource URL for a media asset URL. |
UrlResolverTest |
class |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Tests the oEmbed URL resolver service. |
UrlResolverTest.php |
file |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
|
UrlResolverTest::$defaultTheme |
property |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
The theme to install as the default for testing. |
UrlResolverTest::providerEndpointMatching |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Data provider for testEndpointMatching(). |
UrlResolverTest::providerUrlDiscovery |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Data provider for testUrlDiscovery(). |
UrlResolverTest::setUp |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
|
UrlResolverTest::testEndpointMatching |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Tests resource URL resolution with a matched provider endpoint. |
UrlResolverTest::testResourceUrlAlterHook |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Tests that hook_oembed_resource_url_alter() is invoked. |
UrlResolverTest::testUrlDiscovery |
function |
core/modules/media/tests/src/Functional/UrlResolverTest.php |
Tests URL resolution when the URL is discovered by scanning the asset. |
UrlTest |
class |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Tests the Url object. |
UrlTest |
class |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
Tests the form API URL element. |
UrlTest |
class |
core/modules/system/tests/src/Functional/Common/UrlTest.php |
Confirm that the link generator works correctly. |
UrlTest |
class |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests Drupal\Core\Url. |
UrlTest.php |
file |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
|
UrlTest.php |
file |
core/modules/system/tests/src/Functional/Common/UrlTest.php |
|
UrlTest.php |
file |
core/tests/Drupal/Tests/Core/UrlTest.php |
|
UrlTest.php |
file |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
|
UrlTest::$container |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
|
UrlTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
The theme to install as the default for testing. |
UrlTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Common/UrlTest.php |
The theme to install as the default for testing. |
UrlTest::$map |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
An array of values to use for the test. |
UrlTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
Modules to install. |
UrlTest::$modules |
property |
core/modules/system/tests/src/Functional/Common/UrlTest.php |
Modules to install. |
UrlTest::$modules |
property |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Modules to install. |
UrlTest::$pathAliasManager |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
The path alias manager. |
UrlTest::$pathValidator |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
The mocked path validator. |
UrlTest::$router |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
The router. |
UrlTest::$urlGenerator |
property |
core/tests/Drupal/Tests/Core/UrlTest.php |
The URL generator. |
UrlTest::accessProvider |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for the access test methods. |
UrlTest::getMockAccessManager |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Creates a mock access manager for the access tests. |
UrlTest::hasAttribute |
function |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Checks for class existence in link. |
UrlTest::providerFromInvalidInternalUri |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testFromInvalidInternalUri(). |
UrlTest::providerFromValidInternalUri |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testFromValidInternalUri(). |
UrlTest::providerTestEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing entity URIs. |
UrlTest::providerTestToUriStringForEntity |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing string entity URIs. |
UrlTest::providerTestToUriStringForInternal |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing internal URIs. |
UrlTest::providerTestToUriStringForRoute |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing route: URIs. |
UrlTest::setUp |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
|
UrlTest::testAccessRouted |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the access() method for routed URLs. |
UrlTest::testAccessUnrouted |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the access() method for unrouted URLs (they always have access). |
UrlTest::testActiveLinkAttributes |
function |
core/modules/system/tests/src/Functional/Common/UrlTest.php |
Tests the active class in links. |
UrlTest::testCreateFromRequest |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the createFromRequest method. |
UrlTest::testDrupalGetQueryParameters |
function |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Tests UrlHelper::filterQueryParameters(). |
UrlTest::testDrupalParseUrl |
function |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Tests UrlHelper::parse(). |
UrlTest::testEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an entity: URI. |
UrlTest::testExternalUrls |
function |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Tests external URL handling. |
UrlTest::testFormUrl |
function |
core/modules/system/tests/src/Functional/Form/UrlTest.php |
Tests that #type 'url' fields are properly validated and trimmed. |
UrlTest::testFromInvalidInternalUri |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an invalid internal: URI. |
UrlTest::testFromInvalidUserInput |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUserInput method with invalid paths. |