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 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
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 Tests set redirect url.
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.
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.
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 @legacy-covers ::transformRootRelativeUrlsToAbsolute
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @legacy-covers ::transformRootRelativeUrlsToAbsolute
Htmx::pushUrl function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-push-url` attribute.
Htmx::pushUrlHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Push-Url header.
Htmx::replaceUrl function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-replace-url` attribute.
Htmx::replaceUrlHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Replace-Url header.
Htmx::urlValue function core/lib/Drupal/Core/Htmx/Htmx.php Helper method to get the url string and store cache metadata.
HtmxAttributesTest::$url property core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Mocked Url object.
HtmxAttributesTest::testHxPushUrl function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test pushUrl method.
HtmxAttributesTest::testHxPushUrlAbsolute function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test pushUrl method with a Url object.
HtmxAttributesTest::testHxReplaceUrl function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test replaceUrl method.
HtmxAttributesTest::testHxReplaceUrlAbsolute function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test replaceUrl method with a Url object.
HtmxHeadersTest::$url property core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php Mocked Url object.
HtmxHeadersTest::testLocationHeaderUrl function core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php Test location header with simple URL object.
HtmxHeadersTest::testPushUrlHeader function core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php Test push url header with a simple URL object.
HtmxHeadersTest::testReplaceUrlHeader function core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php Test replace url header with a simple URL object.
HttpExceptionNormalizer::getInfoUrl function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Return a string to the common problem type.

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