Search for url

  1. Search 7.x for url
  2. Search 9.5.x for url
  3. Search 10.3.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
FormTestUrlForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php Form constructor.
FormTestUrlForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php Returns a unique string identifying the form.
FormTestUrlForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php Form submission handler.
ForumForm::$urlStub property core/modules/forum/src/Form/ForumForm.php Reusable url stub to use in watchdog messages.
FunctionalTestSetupTrait::setupBaseUrl function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Sets up the base URL based upon the environment variable.
GeneratedUrl class core/lib/Drupal/Core/GeneratedUrl.php Used to return generated URLs, along with associated bubbleable metadata.
GeneratedUrl.php file core/lib/Drupal/Core/GeneratedUrl.php
GeneratedUrl::$generatedUrl property core/lib/Drupal/Core/GeneratedUrl.php The string value of the URL.
GeneratedUrl::getGeneratedUrl function core/lib/Drupal/Core/GeneratedUrl.php Gets the generated URL.
GeneratedUrl::setGeneratedUrl function core/lib/Drupal/Core/GeneratedUrl.php Sets the generated URL.
GotoAction::$unroutedUrlAssembler property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The unrouted URL assembler service.
HelpTopicPluginBase::toUrl function core/modules/help_topics/src/HelpTopicPluginBase.php Returns the URL for viewing the help topic.
HelpTopicPluginInterface::toUrl function core/modules/help_topics/src/HelpTopicPluginInterface.php Returns the URL for viewing the help topic.
hook_file_url_alter function core/lib/Drupal/Core/File/file.api.php Alter the URL to a file.
hook_oembed_resource_url_alter function core/modules/media/media.api.php Alters an oEmbed resource URL before it is fetched.
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsolute().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion().
HtmlTest::testTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @covers ::transformRootRelativeUrlsToAbsolute
@dataProvider providerTestTransformRootRelativeUrlsToAbsolute
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.
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 enable.
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::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.

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