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 10.3.x for url
  5. Search 11.x for url
  6. 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 a 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
OEmbedTestTrait::getFixturesUrl function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Returns the absolute URL of the oEmbed fixtures directory.
OpenModalDialogWithUrl class core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php Provides an AJAX command for opening a modal with URL.
OpenModalDialogWithUrl.php file core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php
OpenModalDialogWithUrl::getBaseUrl function core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php Gets the complete base URL.
OpenModalDialogWithUrl::render function core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php
OpenModalDialogWithUrl::__construct function core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php Constructs a OpenModalDialogWithUrl object.
OverridesSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
PageCacheTest::testNoUrlNormalization function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests that URLs are cached in a not normalized form.
PathChangedHelper::$newUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the route whose path has changed.
PathChangedHelper::$oldUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the BC route.
PathElement::CONVERT_URL constant core/lib/Drupal/Core/Render/Element/PathElement.php Convert the submitted value into a \Drupal\Core\Url value object.
PathLanguageUiTest::testDefaultLanguageUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a non-default language URL alias works.
PathPluginBase::getUrlInfo function core/modules/views/src/Plugin/views/display/PathPluginBase.php
PathValidator::getUrl function core/lib/Drupal/Core/Path/PathValidator.php Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
PathValidator::getUrlIfValid function core/lib/Drupal/Core/Path/PathValidator.php
PathValidator::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidator.php
PathValidatorInterface::getUrlIfValid function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid and accessible.
PathValidatorInterface::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid.
PathValidatorTest::testGetUrlIfValidWithAccess function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method when there is access.
PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a front page + query + fragments.
PathValidatorTest::testGetUrlIfValidWithoutAccess function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method where there is no access.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValidWithoutAccessCheck() method.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck function core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php Tests getting a Url for CLI and HTTP methods.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheckWithInvalidPath function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValidWithoutAccessCheck() method with an invalid path.
PathValidatorTest::testGetUrlIfValidWithQuery function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a query in the path.
PathValidatorTest::testIsValidWithExternalUrl function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method for an external URL.
PathValidatorTest::testIsValidWithInvalidExternalUrl function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with an invalid external URL.
PhpStreamWrapperInterface::url_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve information about a file.
PrepareModulesEntityUninstallForm::getCancelUrl function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
PrivateStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
ProjectRelease::$downloadUrl property core/modules/update/src/ProjectRelease.php The download URL or NULL if none is available.
ProjectRelease::$releaseUrl property core/modules/update/src/ProjectRelease.php The URL for the release.
ProjectRelease::getDownloadUrl function core/modules/update/src/ProjectRelease.php Gets the download URL of the release.
ProjectRelease::getReleaseUrl function core/modules/update/src/ProjectRelease.php Gets the URL of the release.
Provider::$url property core/modules/media/src/OEmbed/Provider.php The provider URL.
Provider::getUrl function core/modules/media/src/OEmbed/Provider.php Returns the provider URL.
ProviderRepository::$providersUrl property core/modules/media/src/OEmbed/ProviderRepository.php URL of a JSON document which contains a database of oEmbed providers.
PublicStream::baseUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Finds and returns the base URL for public://.
PublicStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
RebuildPermissionsForm::getCancelUrl function core/modules/node/src/Form/RebuildPermissionsForm.php
RedirectCommand::$url property core/lib/Drupal/Core/Ajax/RedirectCommand.php The URL that will be loaded into window.location.
RedirectDestination::$urlGenerator property core/lib/Drupal/Core/Routing/RedirectDestination.php The URL generator.
RedirectDestinationTest::$urlGenerator property core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php The mocked URL generator.
RedirectDestinationTest::setupUrlGenerator function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php
RedirectResponseSubscriber::checkRedirectUrl function core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php Allows manipulation of the response object when performing a redirect.
RedirectResponseSubscriber::getDestinationAsAbsoluteUrl function core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php Converts the passed in destination into an absolute URL.
RedirectResponseSubscriberTest::$urlAssembler property core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php The request context.

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