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/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
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
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::tips function core/modules/filter/src/Plugin/Filter/FilterUrl.php
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.
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
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.
forum_url_alter_test.info.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml
forum_url_alter_test.path_processor service core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml Drupal\forum_url_alter_test\PathProcessorTest
forum_url_alter_test.services.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml
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.
GlobalThemeSettingsDefaultLogoUrlUpdateTest class core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Tests update of system.theme.global:logo.url if it's still the default of "".
GlobalThemeSettingsDefaultLogoUrlUpdateTest.php file core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
GlobalThemeSettingsDefaultLogoUrlUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php The theme to install as the default for testing.
GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Set database dump files to be used.
GlobalThemeSettingsDefaultLogoUrlUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Tests update of system.theme.global:logo.url.
GotoAction::$unroutedUrlAssembler property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The unrouted URL assembler service.
HelpTopicPluginBase::toUrl function core/modules/help/src/HelpTopicPluginBase.php Returns the URL for viewing the help topic.
HelpTopicPluginInterface::toUrl function core/modules/help/src/HelpTopicPluginInterface.php Returns the URL for viewing the help topic.
help_topics_test.test_urls.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.test_urls.html.twig ---
label: 'URL test topic'
top_level: true
---
{% set non_route_link = render_var(help_route_link('not a route', 'not_a_real_route')) %}
{% set missing_params_link = render_var(help_route_link('missing params',…
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.
IconFinder::getFileFromUrl function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Get filename from an URL source.
IconFinderTest::$fileUrlGenerator property core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php The file url generator instance.
IconFinderTest::providerGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesUrl().
IconFinderTest::testGetFileFromUrlWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileFromUrl method with warning.

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