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
ConfirmFormHelperTest::testCancelLinkRouteWithUrl function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormInterface::getCancelUrl function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the route to go to if the user cancels the action.
ConfirmFormTest::assertCancelLinkUrl function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Asserts that a cancel link is present pointing to the provided URL.
ConfirmFormTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the route to go to if the user cancels the action.
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Connection.php Creates an array of database connection options from a URL.
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Creates an array of database connection options from a URL.
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Creates a URL from an array of database connection options.
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Creates a URL from an array of database connection options.
ConnectionTest::providerCreateConnectionOptionsFromUrl function core/tests/Drupal/Tests/Core/Database/Driver/sqlite/ConnectionTest.php Data provider for testCreateConnectionOptionsFromUrl.
ConnectionTest::testCreateConnectionOptionsFromUrl function core/tests/Drupal/Tests/Core/Database/Driver/sqlite/ConnectionTest.php @covers ::createConnectionOptionsFromUrl
@dataProvider providerCreateConnectionOptionsFromUrl
ContactForm::getRedirectUrl function core/modules/contact/src/Entity/ContactForm.php Returns the url object for redirect path.
ContactFormInterface::getRedirectUrl function core/modules/contact/src/ContactFormInterface.php Returns the url object for redirect path.
ContactLink::getUrlInfo function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the URI elements of the link.
ContainerForm::$urlStub property core/modules/forum/src/Form/ContainerForm.php Reusable url stub to use in watchdog messages.
ContentEntityDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the route to go to if the user cancels the action.
ContentTranslationPendingRevisionTestBase::getDeleteUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the delete translation URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the edit URL for the specified entity.
ContentTranslationTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns the edit URL for the specified entity.
cron-curl.sh file core/scripts/cron-curl.sh #!/bin/sh

curl --silent --compressed http://example.com/cron/YOURKEY
d6_url_alias.yml file core/modules/path/migrations/d6_url_alias.yml core/modules/path/migrations/d6_url_alias.yml
d7_url_alias.yml file core/modules/path/migrations/d7_url_alias.yml core/modules/path/migrations/d7_url_alias.yml
Database::convertDbUrlToConnectionInfo function core/lib/Drupal/Core/Database/Database.php Converts a URL to a database connection info array.
Database::getConnectionInfoAsUrl function core/lib/Drupal/Core/Database/Database.php Gets database connection info as a URL.
DbCommandBaseTest::testSpecifyDbUrl function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Test supplying database connection as a url.
DblogClearLogConfirmForm::getCancelUrl function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns the route to go to if the user cancels the action.
DefaultsSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used to display the Layout Builder UI.
DefaultsSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
DeleteForm::getCancelUrl function core/modules/forum/src/Form/DeleteForm.php Returns the route to go to if the user cancels the action.
DeleteForm::getCancelUrl function core/modules/comment/src/Form/DeleteForm.php Returns the route to go to if the user cancels the action.
DeleteForm::getRedirectUrl function core/modules/comment/src/Form/DeleteForm.php Returns the URL where the user should be redirected after deletion.
DeleteMultiple::getCancelUrl function core/modules/node/src/Form/DeleteMultiple.php Returns the route to go to if the user cancels the action.
DeleteMultipleForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the route to go to if the user cancels the action.
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the route to go to if the user cancels the action.
DisplayPluginBase::getMoreUrl function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the more URL for this view.
DisplayPluginBase::getUrl function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns a URL to $this display or its configured linked display.
DisplayPluginInterface::getUrl function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns a URL to $this display or its configured linked display.
DisplayRouterInterface::getUrlInfo function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Generates a URL to this display.
DisplayTest::testReadMoreCustomURL function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the readmore with custom URL.
DownloadTest::checkUrl function core/modules/file/tests/src/Functional/DownloadTest.php Download a file from the URL generated by file_create_url().
DownloadTest::testFileCreateUrl function core/modules/file/tests/src/Functional/DownloadTest.php Test file_create_url().
Drupal::url function core/lib/Drupal.php Generates a URL string for a specific route based on the given parameters.
Drupal::urlGenerator function core/lib/Drupal.php Returns the url generator service.
DrupalMinkClient::getMetaRefreshUrl function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Glean the meta refresh URL from the current page content.
DrupalTest::testUrl function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the url() method.
DrupalTest::testUrlGenerator function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the urlGenerator() method.
drupal_current_script_url function core/includes/install.inc Returns the URL of the current script, with modified query parameters.
drupal_requirements_url function core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
DummyReadOnlyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getExternalUrl().
DummyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Override getExternalUrl().
Endpoint::$url property core/modules/media/src/OEmbed/Endpoint.php The endpoint's URL.

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