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
Title Object type File name Summary
BrowserTest::testGetAbsoluteUrl function core/modules/simpletest/src/Tests/BrowserTest.php Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
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[[api-linebreak]]
@dataProvider providerCreateConnectionOptionsFromUrl
DrupalMinkClient::getMetaRefreshUrl function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Glean the meta refresh URL from the current page content.
entity-link-output-url.php file core/modules/views/tests/fixtures/update/entity-link-output-url.php Test fixture.
EntityLinkOutputUrlUpdateTest class core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the entity link field.
EntityLinkOutputUrlUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php
EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Set database dump files to be used.
EntityLinkOutputUrlUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the config.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Tests that the match_limit setting is added to the config.
FileLegacyTest::testFileUrlDeprecation function core/modules/file/tests/src/Kernel/FileLegacyTest.php Tests that File::url() is deprecated.
LegacyAliasStorageTest::sampleUrlAliases function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php Returns an array of URL aliases for testing.
LegacyMigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d7/LegacyMigrateUrlAliasTest.php Tests legacy URL alias migration.
LegacyMigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d6/LegacyMigrateUrlAliasTest.php Tests legacy URL alias migration.
LegacyMigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d7/LegacyMigrateUrlAliasTest.php
LegacyMigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d6/LegacyMigrateUrlAliasTest.php
LegacyMigrateUrlAliasTest::$stubMigration property core/modules/path/tests/src/Kernel/Migrate/d7/LegacyMigrateUrlAliasTest.php The legacy stub migration to use.
LegacyMigrateUrlAliasTest::$stubMigration property core/modules/path/tests/src/Kernel/Migrate/d6/LegacyMigrateUrlAliasTest.php The legacy stub migration to use.
LegacyMigrateUrlAliasTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d6/LegacyMigrateUrlAliasTest.php
LegacyMigrateUrlAliasTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d7/LegacyMigrateUrlAliasTest.php
MediaDeleteMultipleConfirmForm::getCancelUrl function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns the route to go to if the user cancels the action.
MediaUpdateTest::testEnableStandaloneUrl function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that the standalone URL is still accessible.
RESTTestBase::curlExec function core/modules/rest/src/Tests/RESTTestBase.php This method is overridden to deal with a cURL quirk: the usage of
CURLOPT_CUSTOMREQUEST cannot be unset on the cURL handle, so we need to
override it every time it is omitted.
TestBase::$verboseDirectoryUrl property core/modules/simpletest/src/TestBase.php URL to the verbose output file directory.
UpdatePathTestBase::$updateUrl property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The update URL.
UrlAlias class core/modules/path/src/Plugin/migrate/destination/UrlAlias.php Legacy destination class for non-entity path aliases.
UrlAlias.php file core/modules/path/src/Plugin/migrate/destination/UrlAlias.php
UrlAlias::getEntityTypeId function core/modules/path/src/Plugin/migrate/destination/UrlAlias.php Finds the entity type from configuration or plugin ID.
UrlAlias::import function core/modules/path/src/Plugin/migrate/destination/UrlAlias.php Import the row.
UrlGeneratorTrait trait core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php Wrapper methods for the Url Generator.
UrlGeneratorTrait.php file core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php
UrlGeneratorTrait::$urlGenerator property core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php The url generator.
UrlGeneratorTrait::getUrlGenerator function core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php Returns the URL generator service.
UrlGeneratorTrait::redirect function core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php Returns a redirect response object for the specified route.
UrlGeneratorTrait::setUrlGenerator function core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php Sets the URL generator service.
UrlGeneratorTrait::url function core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php Generates a URL or path for a specific route based on the given parameters.
UrlGeneratorTraitTest class core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php @coversDefaultClass \Drupal\Core\Routing\UrlGeneratorTrait[[api-linebreak]]
@group Routing
@group legacy
UrlGeneratorTraitTest.php file core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php
UrlGeneratorTraitTest::testGetUrlGenerator function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php @covers ::setUrlGenerator[[api-linebreak]]
@covers ::getUrlGenerator[[api-linebreak]]
UrlGeneratorTraitTest::testRedirect function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php @covers ::redirect[[api-linebreak]]
UrlGeneratorTraitTest::testUrl function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php @covers ::url[[api-linebreak]]
UrlRewritingTest class core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php Tests for file URL rewriting.
UrlRewritingTest.php file core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php
UrlRewritingTest::$modules property core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php Modules to enable.
UrlRewritingTest::testPublicManagedFileURL function core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php Tests the rewriting of public managed file URLs by hook_file_url_alter().
UrlRewritingTest::testRelativeFileURL function core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php Test file_url_transform_relative().
UrlRewritingTest::testShippedFileURL function core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php Tests the rewriting of shipped file URLs by hook_file_url_alter().
WebTestBase::$additionalCurlOptions property core/modules/simpletest/src/WebTestBase.php Additional cURL options.
WebTestBase::$curlCookies property core/modules/simpletest/src/WebTestBase.php Cookies to set on curl requests.
WebTestBase::$curlHandle property core/modules/simpletest/src/WebTestBase.php The handle of the current cURL connection.

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