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. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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
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.
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.
install_full_redirect_url function core/includes/install.core.inc Returns the complete URL redirected to during an installation request.
install_redirect_url function core/includes/install.core.inc Returns the URL that should be redirected to during an installation request.
InvalidUpdateHookTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php URL for the upgrade script.
KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::getDatabaseConnectionInfo[[api-linebreak]]
LanguageInterface::TYPE_URL constant core/lib/Drupal/Core/Language/LanguageInterface.php The type of language used for URLs.
Link::$url property core/lib/Drupal/Core/Link.php The URL of the link.
Link::fromTextAndUrl function core/lib/Drupal/Core/Link.php Creates a Link object from a given Url object.
Link::getUrl function core/lib/Drupal/Core/Link.php Returns the URL of the link.
Link::setUrl function core/lib/Drupal/Core/Link.php Sets the URL of this link.
LinkApprove::getUrlInfo function core/modules/comment/src/Plugin/views/field/LinkApprove.php Returns the URI elements of the link.
LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php Tests validate ignores internal urls.
LinkFieldTest::doTestURLValidation function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests link field URL validation.
LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl function core/modules/link/tests/src/Functional/LinkFieldTest.php Test link widget exception handled if link uri value is invalid.
LinkFormatter::buildUrl function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Builds the \Drupal\Core\Url object for a link field item.
LinkFormatterTest::testFormatterLinkItemUrlMalformed function core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests when LinkItem::getUrl with malformed URL renders empty link.
LinkFormatterTest::testFormatterLinkItemUrlUnexpectedException function core/modules/link/tests/src/Unit/LinkFormatterTest.php Tests when LinkItem::getUrl throws an unexpected exception.
LinkGenerator::$urlGenerator property core/lib/Drupal/Core/Utility/LinkGenerator.php The URL generator.
LinkGeneratorTest::$urlAssembler property core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php The mocked URL Assembler service.
LinkGeneratorTest::$urlGenerator property core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php The mocked URL generator.
LinkGeneratorTest::testGenerateUrlWithQuotes function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php Tests the generate() method with a URL containing double quotes.
LinkItem::getUrl function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Gets the URL object.
LinkItemInterface::getUrl function core/modules/link/src/LinkItemInterface.php Gets the URL object.
LinkItemUrlValidationTest class core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Tests link field validation.
LinkItemUrlValidationTest.php file core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php
LinkItemUrlValidationTest::$modules property core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Modules to install.
LinkItemUrlValidationTest::getTestLinks function core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Builds an array of links to test.

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