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
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldPluginBaseTest::$defaultUrlOptions property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Default configuration for URL output.
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::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
FieldUrlTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Modules to enable.
FieldUrlTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Views used by this test.
FieldUrlTest::testFieldUrl function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldUrlTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Returns the views data definition.
FieldWebTest::testAlterUrl function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests rewriting the output to a link.
File::createFileUrl function core/modules/file/src/Entity/File.php Creates a file URL for the URI of this file.
File::url function core/modules/file/src/Entity/File.php
FileInterface::createFileUrl function core/modules/file/src/FileInterface.php Creates a file URL for the URI of this file.
FileLegacyTest::testFileUrlDeprecation function core/modules/file/tests/src/Kernel/FileLegacyTest.php Tests that File::url() is deprecated.
FileTransferAuthorizeFormTest::archiveFileUrlProvider function core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Data provider method for testViaAuthorize().
FileUrlTest class core/modules/file/tests/src/Kernel/FileUrlTest.php Tests the file url.
FileUrlTest.php file core/modules/file/tests/src/Kernel/FileUrlTest.php
FileUrlTest::testFilesUrlWithDifferentHostName function core/modules/file/tests/src/Kernel/FileUrlTest.php Test public files with a different host name from settings.
file_create_url function core/includes/file.inc Creates a web-accessible URL for a stream to an external or local file.
file_test_file_url_alter function core/modules/file/tests/file_test/file_test.module Implements hook_file_url_alter().
FILE_URL_TEST_CDN_1 constant core/modules/file/tests/file_test/file_test.module
FILE_URL_TEST_CDN_2 constant core/modules/file/tests/file_test/file_test.module
file_url_transform_relative function core/includes/file.inc Transforms an absolute URL of a local file to a relative URL.
filter.url-input.txt file core/modules/filter/tests/filter.url-input.txt This is just a www.test.com. paragraph with person@test.com. some http://www.test.com. urls thrown in and also <code>using www.test.com the code tag</code>.

<blockquote>
This is just a www.test.com. paragraph with person@test.com.…
filter.url-output.txt file core/modules/filter/tests/filter.url-output.txt This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a…
FilterAdminTest::testUrlFilterAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the URL filter settings form is properly validated.
FilterDisableForm::getCancelUrl function core/modules/filter/src/Form/FilterDisableForm.php Returns the route to go to if the user cancels the action.
FilterKernelTest::testUrlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the URL filter.
FilterKernelTest::testUrlFilterContent function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests URL filter on longer content.
FilterUrl class core/modules/filter/src/Plugin/Filter/FilterUrl.php Provides a filter to convert URLs into links.
FilterUrl.php file core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::process function core/modules/filter/src/Plugin/Filter/FilterUrl.php Performs the filter processing.
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php Generates a filter's settings form.
FilterUrl::tips function core/modules/filter/src/Plugin/Filter/FilterUrl.php Generates a filter's tip.
FormState::setRedirectUrl function core/lib/Drupal/Core/Form/FormState.php Sets the redirect URL for the form.
FormStateDecoratorBase::setRedirectUrl function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the redirect URL for the form.
FormStateDecoratorBaseTest::testSetRedirectUrl function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setRedirectUrl
FormStateInterface::setRedirectUrl function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the redirect URL for the form.
FormSubmitter::$urlGenerator property core/lib/Drupal/Core/Form/FormSubmitter.php The URL generator.
FormSubmitterTest::$unroutedUrlAssembler property core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php The mocked unrouted URL assembler.
FormSubmitterTest::$urlGenerator property core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php The mocked URL generator.
FormSubmitterTest::providerTestRedirectWithUrl function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Provides test data for testing the redirectForm() method with a route name.
FormSubmitterTest::testRedirectWithUrl function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests redirectForm() when a redirect is a Url object.
FormTestBase::$urlGenerator property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The mocked URL generator.
FormTestUrlForm class core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php Form constructor for testing #type 'url' elements.
FormTestUrlForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php

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