Search for url

  1. Search 7.x for url
  2. Search 9.5.x for url
  3. Search 8.9.x for url
  4. Search 11.x for url
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Url class core/modules/views/src/Plugin/views/field/Url.php Field handler to provide simple renderer that turns a URL into a clickable link.
Url class core/lib/Drupal/Core/Render/Element/Url.php Provides a form element for input of a URL.
Url class core/lib/Drupal/Core/Url.php Defines an object that holds information about a URL.

All search results

Title Object type File name Summary
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @covers ::transformRootRelativeUrlsToAbsolute
@dataProvider providerTestTransformRootRelativeUrlsToAbsoluteAssertion
HttpExceptionNormalizer::getInfoUrl function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Return a string to the common problem type.
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 @coversDefaultClass \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 Returns the route to go to if the user cancels the action.
ImageFormatter::$fileUrlGenerator property core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php The file URL generator.
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 Returns the URL of this image derivative for an original image path or URI.
ImageStyleFlushForm::getCancelUrl function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the route to go to if the user cancels the action.
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 The theme to install as the default for testing.
ImageStylesPathAndUrlTest::$modules property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Modules to install.
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.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "private://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "public://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" scheme and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with a file URL that has an extra slash in it.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests that an invalid source image returns a 404.
ImageTest::$fileUrlGenerator property core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php The file URL generator.
ImageUploadTest::getUploadUrl function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Provides the image upload URL.
ImageUrlFormatter class core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Plugin implementation of the 'image_url' formatter.
ImageUrlFormatter.php file core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
ImageUrlFormatter::$currentUser property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The current user.
ImageUrlFormatter::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The image style entity storage.
ImageUrlFormatter::create function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Creates an instance of the plugin.
ImageUrlFormatter::defaultSettings function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Defines the default settings for this plugin.
ImageUrlFormatter::settingsForm function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Returns a form to configure settings for the formatter.
ImageUrlFormatter::settingsSummary function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Returns a short summary for the current formatter settings.
ImageUrlFormatter::viewElements function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Builds a renderable array for a field value.
ImageUrlFormatter::__construct function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Constructs an ImageFormatter object.
ImageUrlTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image
@group ckeditor5
@group #slow
@internal
ImageUrlTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.