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
EntityUrlTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The entity type bundle info service mock used in this test.
EntityUrlTest::$langcode property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The language code of the entity used in this test.
EntityUrlTest::assertUrl function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Asserts that a given URL object matches the expectations.
EntityUrlTest::DEFAULT_REVISION constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator for default revisions.
EntityUrlTest::ENTITY_ID constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The ID of the entity used in this test.
EntityUrlTest::ENTITY_TYPE_ID constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The ID of the entity type used in this test.
EntityUrlTest::getEntity function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Returns a mock entity for testing.
EntityUrlTest::HAS_BUNDLE_KEY constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator that the test entity type has a bundle key.
EntityUrlTest::HAS_NO_BUNDLE_KEY constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator that the test entity type has no bundle key.
EntityUrlTest::NON_DEFAULT_REVISION constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator for non-default revisions.
EntityUrlTest::providerTestToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateAddForm().
EntityUrlTest::providerTestToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateNoId().
EntityUrlTest::providerTestToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateRevision().
EntityUrlTest::providerTestToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplates().
EntityUrlTest::providerTestToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallback().
EntityUrlTest::providerTestToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallbackUndefined().
EntityUrlTest::registerBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers bundle information for the mock entity type.
EntityUrlTest::registerLinkTemplate function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers a link template for the mock entity.
EntityUrlTest::REVISION_ID constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The revision ID of the entity used in this test.
EntityUrlTest::testToUrlDefaultException function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without specifying the $rel parameter.
EntityUrlTest::testToUrlDefaultFallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without specifying the $rel parameter.
EntityUrlTest::testToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with link templates without an entity ID.
EntityUrlTest::testToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with simple link templates.
EntityUrlTest::testToUrlNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without an entity ID.
EntityUrlTest::testToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with a URI callback.
EntityUrlTest::testToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with neither link templates nor a URI callback.
EntityUrlTest::testUriRelationships function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the uriRelationships() method.
EntityViewDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EquivalentUpdateTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php The update URL.
ExternalFormUrlTest class core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Ensures that form actions can't be tricked into sending to external URLs.
ExternalFormUrlTest.php file core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
ExternalFormUrlTest::$modules property core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Modules to install.
ExternalFormUrlTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Form constructor.
ExternalFormUrlTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Returns a unique string identifying the form.
ExternalFormUrlTest::setUp function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
ExternalFormUrlTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Form submission handler.
ExternalFormUrlTest::testActionUrlBehavior function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Tests form behavior.
ExternalFormUrlTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php Form validation handler.
FieldConfig::urlRouteParameters function core/modules/field/src/Entity/FieldConfig.php Gets an array of placeholders for this entity.
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldPluginBaseTest::$unroutedUrlAssembler property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The unrouted URL assembler service.
FieldPluginBaseTest::$urlGenerator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked URL generator.
FieldPluginBaseTest::DEFAULT_URL_OPTIONS constant core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Default configuration for URL output.
FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithUrlAndOptions().
FieldPluginBaseTest::setUpUrlIntegrationServices function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up the unrouted URL assembler and the link generator.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests link rendering with a URL and options.
FieldUrlTest class core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Tests the core Drupal\views\Plugin\views\field\Url handler.
FieldUrlTest.php file core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php

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