Search for url

  1. Search 7.x for url
  2. Search 8.9.x for url
  3. Search 10.3.x for url
  4. Search 11.x for url
  5. Search main 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 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
UrlAliasLanguageDeprecatedTest class core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php Tests error message from deprecated UrlAliasLanguage process plugin.
UrlAliasLanguageDeprecatedTest.php file core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php
UrlAliasLanguageDeprecatedTest::testUrlAliasLanguageDeprecation function core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php Tests legacy UrlAliasLanguage process plugin.
UrlAliasTest class core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php Tests the d6_url_alias source plugin.
UrlAliasTest class core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php Tests the d7_url_alias source plugin.
UrlAliasTest.php file core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php
UrlAliasTest.php file core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php
UrlAliasTest::$modules property core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php
UrlAliasTest::$modules property core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php
UrlAliasTest::providerSource function core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php
UrlAliasTest::providerSource function core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php
UrlAlterFunctionalTest class core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Tests altering the inbound path and the outbound path.
UrlAlterFunctionalTest.php file core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
UrlAlterFunctionalTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
UrlAlterFunctionalTest::$modules property core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Modules to enable.
UrlAlterFunctionalTest::assertUrlInboundAlter function core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Assert that an inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter function core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Assert that an outbound path is altered to an expected value.
UrlAlterFunctionalTest::testUrlAlter function core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Tests that URL altering works and that it occurs in the correct order.
UrlAlterTest class core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php Tests the capability to alter URLs.
UrlAlterTest.php file core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
UrlAlterTest::$modules property core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
UrlAlterTest::testUrlWithQueryString function core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
UrlBubbleableMetadataBubblingTest class core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Tests that URL bubbleable metadata is correctly bubbled.
UrlBubbleableMetadataBubblingTest.php file core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
UrlBubbleableMetadataBubblingTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
UrlBubbleableMetadataBubblingTest::$modules property core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Modules to enable.
UrlBubbleableMetadataBubblingTest::setUp function core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling function core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Tests that URL bubbleable metadata is correctly bubbled.
UrlCacheContext class core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php Defines the UrlCacheContext service, for "per page" caching.
UrlCacheContext.php file core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
UrlCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
UrlCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
UrlCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
UrlConversionTest class core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Tests for database URL to/from database connection array conversions.
UrlConversionTest.php file core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
UrlConversionTest::providerConvertDbUrlToConnectionInfo function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testDbUrlToConnectionConversion().
UrlConversionTest::providerGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testGetConnectionInfoAsUrl().
UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl().
UrlConversionTest::providerInvalidArgumentsUrlConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testGetInvalidArgumentExceptionInUrlConversion().
UrlConversionTest::setUp function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
UrlConversionTest::testDbUrlToConnectionConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UrlConversionTest::testDriverModuleDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UrlConversionTest::testGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::getConnectionInfoAsUrl[[api-linebreak]]
UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Tests ::convertDbUrlToConnectionInfo() exception for invalid arguments.
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Tests ::getConnectionInfoAsUrl() exception for invalid arguments.
UrlConversionTest::testModuleDriverDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UrlEncode class core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php URL-encodes the input value.
UrlEncode.php file core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php
UrlEncode::transform function core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php
UrlEncodeTest class core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\UrlEncode[[api-linebreak]]
@group file

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