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 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
MetadataBubblingUrlGenerator class core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Decorator for the URL generator, which bubbles bubbleable URL metadata.
MetadataBubblingUrlGenerator.php file core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::$renderer property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The renderer.
MetadataBubblingUrlGenerator::$urlGenerator property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The non-bubbling URL generator.
MetadataBubblingUrlGenerator::bubble function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Bubbles the bubbleable metadata to the current render context.
MetadataBubblingUrlGenerator::generate function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::generateFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Generates a URL or path for a specific route based on the given parameters.
MetadataBubblingUrlGenerator::getContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::getPathFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Gets the internal path (system path) for a route.
MetadataBubblingUrlGenerator::setContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::__construct function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Constructs a new bubbling URL generator service.
MetadataBubblingUrlGeneratorTest class core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Confirm that the MetadataBubblingUrlGenerator is functioning properly.
MetadataBubblingUrlGeneratorTest.php file core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The renderer.
MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Data provider for ::testUrlBubbleableMetadataBubbling().
MetadataBubblingUrlGeneratorTest::setUp function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Tests bubbling of cacheable metadata for URLs.
MigrateUrlAliasNoTranslationTest class core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php Tests URL alias migration.
MigrateUrlAliasNoTranslationTest.php file core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
MigrateUrlAliasNoTranslationTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
MigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php URL alias migration.
MigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php Tests URL alias migration.
MigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
MigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php
MigrateUrlAliasTest::$modules property core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Modules to install.
MigrateUrlAliasTest::$modules property core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php Modules to install.
MigrateUrlAliasTest::assertPath function core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Asserts that a path alias matches a set of conditions.
MigrateUrlAliasTest::checkUrlMigration function core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Checks the migration results.
MigrateUrlAliasTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
MigrateUrlAliasTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php
MigrateUrlAliasTest::testNodeCompleteUrlAlias function core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Tests the URL alias migration using the node complete migration.
MigrateUrlAliasTest::testUrlAlias function core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Tests the URL alias migration.
MigrateUrlAliasTest::testUrlAliasWithTranslatedNodes function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php Tests the URL alias migration with translated nodes.
MigrateUrlAliasTestBase class core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php Tests URL alias migration.
MigrateUrlAliasTestBase.php file core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php
MigrateUrlAliasTestBase::$modules property core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php Modules to install.
MigrateUrlAliasTestBase::setUp function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php
MigrateUrlAliasTestBase::testUrlAlias function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php Tests the URL alias migration.
ModulesListConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the route to go to if the user cancels the action.
ModulesUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
NavigationSectionStorage::getLayoutBuilderUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used to display the Layout Builder UI.
NavigationSectionStorage::getRedirectUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
NegotiationBrowserDeleteForm::getCancelUrl function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the route to go to if the user cancels the action.
NegotiationUrlForm class core/modules/language/src/Form/NegotiationUrlForm.php Configure the URL language negotiation method for this site.
NegotiationUrlForm.php file core/modules/language/src/Form/NegotiationUrlForm.php
NegotiationUrlForm::$languageManager property core/modules/language/src/Form/NegotiationUrlForm.php The language manager.
NegotiationUrlForm::buildForm function core/modules/language/src/Form/NegotiationUrlForm.php Form constructor.
NegotiationUrlForm::create function core/modules/language/src/Form/NegotiationUrlForm.php Instantiates a new instance of this class.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getFormId function core/modules/language/src/Form/NegotiationUrlForm.php Returns a unique string identifying the form.

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