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. Search 11.x for url
  6. 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
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
FilterEnableForm::getCancelUrl function core/modules/filter/src/Form/FilterEnableForm.php
FilterHtmlImageSecure::$fileUrlGenerator property core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php The file URL generator service.
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::$filterProtocols property core/modules/filter/src/Plugin/Filter/FilterUrl.php The list of protocols that are allowed in URLs.
FilterUrl::$htmlComments property core/modules/filter/src/Plugin/Filter/FilterUrl.php Temporary storage for HTML comments.
FilterUrl::escapeComments function core/modules/filter/src/Plugin/Filter/FilterUrl.php Escapes the contents of HTML comments.
FilterUrl::parseEmailLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of email addresses.
FilterUrl::parseFullLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of absolute URLs.
FilterUrl::parsePartialLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of domain names starting with "www.".
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
FilterUrl::trimUrl function core/modules/filter/src/Plugin/Filter/FilterUrl.php Shortens a long URL to a given length ending with an ellipsis.
FilterUrl::unescapeComments function core/modules/filter/src/Plugin/Filter/FilterUrl.php Unescapes the contents of HTML comments.
FilterUrl::__construct function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FormState::setRedirectUrl function core/lib/Drupal/Core/Form/FormState.php
FormStateDecoratorBase::setRedirectUrl function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
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 unrouted URL assembler.
FormSubmitterTest::$urlGenerator property core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php The 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
FormTestUrlForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php
FormTestUrlForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php
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
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().

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