| HtmlTest::testTransformRootRelativeUrlsToAbsolute |
function |
core/tests/Drupal/Tests/Component/Utility/HtmlTest.php |
Tests transform root relative urls to absolute. |
| HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion |
function |
core/tests/Drupal/Tests/Component/Utility/HtmlTest.php |
Tests transform root relative urls to absolute assertion. |
| Htmx::pushUrl |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Creates a `data-hx-push-url` attribute. |
| Htmx::pushUrlHeader |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Set HX-Push-Url header. |
| Htmx::replaceUrl |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Creates a `data-hx-replace-url` attribute. |
| Htmx::replaceUrlHeader |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Set HX-Replace-Url header. |
| Htmx::urlValue |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Helper method to get the url string and store cache metadata. |
| HtmxAttributesTest::$url |
property |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Mocked Url object. |
| HtmxAttributesTest::testHxPushUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test pushUrl method. |
| HtmxAttributesTest::testHxPushUrlAbsolute |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test pushUrl method with a Url object. |
| HtmxAttributesTest::testHxReplaceUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test replaceUrl method. |
| HtmxAttributesTest::testHxReplaceUrlAbsolute |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test replaceUrl method with a Url object. |
| HtmxHeadersTest::$url |
property |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Mocked Url object. |
| HtmxHeadersTest::testLocationHeaderUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test location header with simple URL object. |
| HtmxHeadersTest::testPushUrlHeader |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test push url header with a simple URL object. |
| HtmxHeadersTest::testReplaceUrlHeader |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test replace url header with a simple URL object. |
| HtmxRequestInfoTest::testGetHtmxCurrentUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php |
Tests the getHtmxCurrentUrl method. |
| HtmxRequestInfoTrait::getHtmxCurrentUrl |
function |
core/lib/Drupal/Core/Htmx/HtmxRequestInfoTrait.php |
Retrieves the URL of the requesting page from an HTMX request header. |
| HtmxRequestTest::$url |
property |
core/tests/Drupal/KernelTests/Core/Htmx/HtmxRequestTest.php |
Prepared Url object. |
| HttpExceptionNormalizer::getInfoUrl |
function |
core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php |
Return a string to the common problem type. |
| IconFinder::getFileFromUrl |
function |
core/lib/Drupal/Core/Theme/Icon/IconFinder.php |
Get filename from an URL source. |
| IconFinderTest::providerGetFilesFromSourcesUrl |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Data provider for ::testGetFilesFromSourcesUrl(). |
| IconFinderTest::testGetFileFromUrlWarning |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::getFileFromUrl method with warning. |
| IconFinderTest::testGetFilesFromSourcesUrl |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::getFilesFromSources method with urls. |
| IconFinderTest::TEST_RELATIVE_URL |
constant |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
|
| IFrameUrlHelper |
class |
core/modules/media/src/IFrameUrlHelper.php |
Providers helper functions for displaying oEmbed resources in an iFrame. |
| IFrameUrlHelper.php |
file |
core/modules/media/src/IFrameUrlHelper.php |
|
| IFrameUrlHelper::$privateKey |
property |
core/modules/media/src/IFrameUrlHelper.php |
The private key service. |
| IFrameUrlHelper::$requestContext |
property |
core/modules/media/src/IFrameUrlHelper.php |
The request context service. |
| IFrameUrlHelper::getHash |
function |
core/modules/media/src/IFrameUrlHelper.php |
Hashes an oEmbed resource URL. |
| IFrameUrlHelper::isSecure |
function |
core/modules/media/src/IFrameUrlHelper.php |
Checks if an oEmbed URL can be securely displayed in an frame. |
| IFrameUrlHelper::__construct |
function |
core/modules/media/src/IFrameUrlHelper.php |
IFrameUrlHelper constructor. |
| IFrameUrlHelperTest |
class |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Tests Drupal\media\IFrameUrlHelper. |
| IFrameUrlHelperTest.php |
file |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
|
| IFrameUrlHelperTest::providerIsSecure |
function |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Data provider for testIsSecure(). |
| IFrameUrlHelperTest::testIsSecure |
function |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Tests that isSecure() behaves properly. |
| ImageEffectDeleteForm::getCancelUrl |
function |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
|
| ImageFormatterTest::testImageFormatterUrlOptions |
function |
core/modules/image/tests/src/Kernel/ImageFormatterTest.php |
Tests Image Formatter URL options handling. |
| ImageStyle::buildUrl |
function |
core/modules/image/src/Entity/ImageStyle.php |
|
| ImageStyleFlushForm::getCancelUrl |
function |
core/modules/image/src/Form/ImageStyleFlushForm.php |
|
| ImageStyleInterface::buildUrl |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the URL of this image derivative for an original image path or URI. |
| ImageStylesPathAndUrlTest |
class |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests the functions for generating paths and URLs for image styles. |
| ImageStylesPathAndUrlTest.php |
file |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
| ImageStylesPathAndUrlTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
| ImageStylesPathAndUrlTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
| ImageStylesPathAndUrlTest::$style |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
The image style. |
| ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests building an image style URL. |
| ImageStylesPathAndUrlTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
| ImageStylesPathAndUrlTest::testImageStylePath |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests \Drupal\image\ImageStyleInterface::buildUri(). |
| ImageStylesPathAndUrlTest::testImageStylePrivateWithConversion |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Test an image style URL with a private file that also gets converted. |