| UrlHelperTest::providerTestExternalIsLocalInvalid |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides invalid argument data for local external URL detection. |
| UrlHelperTest::providerTestFilterBadProtocol |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for self::testTestFilterBadProtocol(). |
| UrlHelperTest::providerTestFilterQueryParameters |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data to self::testFilterQueryParameters(). |
| UrlHelperTest::providerTestInvalidAbsolute |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for testInvalidAbsolute(). |
| UrlHelperTest::providerTestInvalidRelativeData |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for testInvalidRelative(). |
| UrlHelperTest::providerTestIsExternal |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for self::testIsExternal(). |
| UrlHelperTest::providerTestParse |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for self::testParse(). |
| UrlHelperTest::providerTestStripDangerousProtocols |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for self::testStripDangerousProtocols(). |
| UrlHelperTest::providerTestValidAbsoluteData |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Data provider for testValidAbsolute(). |
| UrlHelperTest::providerTestValidRelativeData |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data for testValidRelative(). |
| UrlHelperTest::testBuildQuery |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests query building. |
| UrlHelperTest::testCompressUncompress |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests that we get the same thing out that we put in. |
| UrlHelperTest::testEncodePath |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests path encoding. |
| UrlHelperTest::testExternalIsLocal |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests detecting external URLs that point to local resources. |
| UrlHelperTest::testExternalIsLocalInvalid |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests invalid URL arguments. |
| UrlHelperTest::testFilterBadProtocol |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests bad protocol filtering and escaping. |
| UrlHelperTest::testFilterQueryParameters |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests query filtering. |
| UrlHelperTest::testInvalidAbsolute |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests invalid absolute URLs. |
| UrlHelperTest::testInvalidRelative |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests invalid relative URLs. |
| UrlHelperTest::testIsExternal |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests external versus internal paths. |
| UrlHelperTest::testParse |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests URL parsing. |
| UrlHelperTest::testStripDangerousProtocols |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests dangerous URL protocol filtering. |
| UrlHelperTest::testUncompressInvalidString |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests passing an invalid string as a compressed query parameter. |
| UrlHelperTest::testValidAbsolute |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests valid absolute URLs. |
| UrlHelperTest::testValidRelative |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests valid relative URLs. |
| UrlIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php |
Tests the URL object integration into the access system. |
| UrlIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php |
|
| UrlIntegrationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php |
Modules to install. |
| UrlIntegrationTest::testAccess |
function |
core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php |
Ensures that the access() method on \Drupal\Core\Url objects works. |
| UrlMatcher |
class |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
Drupal-specific URL Matcher; handles the Drupal "system path" mapping. |
| UrlMatcher.php |
file |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
|
| UrlMatcher::$currentPath |
property |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
The current path. |
| UrlMatcher::finalMatch |
function |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
Tries to match the request URL with a route collection. |
| UrlMatcher::getAttributes |
function |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
|
| UrlMatcher::__construct |
function |
core/lib/Drupal/Core/Routing/UrlMatcher.php |
Constructs a new UrlMatcher. |
| UrlPlainFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
Plugin implementation of the 'file_url_plain' formatter. |
| UrlPlainFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
|
| UrlPlainFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
Builds a renderable array for a field value. |
| UrlResolver |
class |
core/modules/media/src/OEmbed/UrlResolver.php |
Converts oEmbed media URLs into endpoint-specific resource URLs. |
| UrlResolver |
class |
core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php |
Overrides the oEmbed URL resolver service for testing purposes. |
| UrlResolver.php |
file |
core/modules/media/src/OEmbed/UrlResolver.php |
|
| UrlResolver.php |
file |
core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php |
|
| UrlResolver::$cacheBackend |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
The cache backend. |
| UrlResolver::$httpClient |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
The HTTP client. |
| UrlResolver::$moduleHandler |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
The module handler service. |
| UrlResolver::$providers |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
The OEmbed provider repository service. |
| UrlResolver::$resourceFetcher |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
The OEmbed resource fetcher service. |
| UrlResolver::$urlCache |
property |
core/modules/media/src/OEmbed/UrlResolver.php |
Static cache of discovered oEmbed resource URLs, keyed by canonical URL. |
| UrlResolver::discoverResourceUrl |
function |
core/modules/media/src/OEmbed/UrlResolver.php |
Runs oEmbed discovery and returns the endpoint URL if successful. |
| UrlResolver::findUrl |
function |
core/modules/media/src/OEmbed/UrlResolver.php |
Tries to find the oEmbed URL in a DOM. |