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
File::createFileUrl function core/modules/file/src/Entity/File.php Creates a file URL for the URI of this file.
FileEntityFormatterTest::$fileUrlGenerator property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php The file URL generator.
FileInterface::createFileUrl function core/modules/file/src/FileInterface.php Creates a file URL for the URI of this file.
FileTestHooks::fileUrlAlter function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_url_alter().
FileTransferAuthorizeFormTest::archiveFileUrlProvider function core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php Data provider method for testViaAuthorize().
FileUrlGenerator class core/lib/Drupal/Core/File/FileUrlGenerator.php Default implementation for the file URL generator service.
FileUrlGenerator.php file core/lib/Drupal/Core/File/FileUrlGenerator.php
FileUrlGenerator::$moduleHandler property core/lib/Drupal/Core/File/FileUrlGenerator.php The module handler.
FileUrlGenerator::$requestStack property core/lib/Drupal/Core/File/FileUrlGenerator.php The request stack.
FileUrlGenerator::$streamWrapperManager property core/lib/Drupal/Core/File/FileUrlGenerator.php The stream wrapper manager.
FileUrlGenerator::doGenerateString function core/lib/Drupal/Core/File/FileUrlGenerator.php Creates an absolute web-accessible URL string.
FileUrlGenerator::generate function core/lib/Drupal/Core/File/FileUrlGenerator.php Creates a root-relative web-accessible URL object.
FileUrlGenerator::generateAbsoluteString function core/lib/Drupal/Core/File/FileUrlGenerator.php Creates an absolute web-accessible URL string.
FileUrlGenerator::generatePath function core/lib/Drupal/Core/File/FileUrlGenerator.php Generate a URL path.
FileUrlGenerator::generateString function core/lib/Drupal/Core/File/FileUrlGenerator.php Creates a root-relative web-accessible URL string.
FileUrlGenerator::transformRelative function core/lib/Drupal/Core/File/FileUrlGenerator.php Transforms an absolute URL of a local file to a relative URL.
FileUrlGenerator::__construct function core/lib/Drupal/Core/File/FileUrlGenerator.php Constructs a new file URL generator object.
FileUrlGeneratorInterface interface core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Generates file URLs for a stream to an external or local file.
FileUrlGeneratorInterface.php file core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php
FileUrlGeneratorInterface::generate function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates a root-relative web-accessible URL object.
FileUrlGeneratorInterface::generateAbsoluteString function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates an absolute web-accessible URL string.
FileUrlGeneratorInterface::generateString function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Creates a root-relative web-accessible URL string.
FileUrlGeneratorInterface::transformRelative function core/lib/Drupal/Core/File/FileUrlGeneratorInterface.php Transforms an absolute URL of a local file to a relative URL.
FileUrlGeneratorTest class core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php @coversDefaultClass \Drupal\Core\File\FileUrlGenerator
FileUrlGeneratorTest.php file core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
FileUrlGeneratorTest::$fileUrlGenerator property core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php The file URL generator under test.
FileUrlGeneratorTest::$modules property core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Modules to install.
FileUrlGeneratorTest::providerGenerateURI function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Data provider.
FileUrlGeneratorTest::setUp function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
FileUrlGeneratorTest::testGenerateAbsoluteStringMissingStreamWrapper function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests missing stream handler.
FileUrlGeneratorTest::testGenerateMissingStreamWrapper function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests missing stream handler.
FileUrlGeneratorTest::testGenerateStringMissingStreamWrapper function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests missing stream handler.
FileUrlGeneratorTest::testGenerateURI function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php @covers ::generate
FileUrlGeneratorTest::testGenerateURIWithSchema function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php @covers ::generate
FileUrlGeneratorTest::testPublicManagedFileURL function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests the rewriting of public managed file URLs by hook_file_url_alter().
FileUrlGeneratorTest::testRelativeFileURL function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests generate absolute string with relative URL.
FileUrlGeneratorTest::testShippedFileURL function core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php Tests the rewriting of shipped file URLs by hook_file_url_alter().
FileUrlTest class core/modules/file/tests/src/Kernel/FileUrlTest.php Tests the file URL.
FileUrlTest.php file core/modules/file/tests/src/Kernel/FileUrlTest.php
FileUrlTest::testFilesUrlWithDifferentHostName function core/modules/file/tests/src/Kernel/FileUrlTest.php Tests public files with a different host name from settings.
FILE_URL_TEST_CDN_1 constant core/modules/file/tests/file_test/file_test.module
FILE_URL_TEST_CDN_2 constant core/modules/file/tests/file_test/file_test.module
filter.url-input.txt file core/modules/filter/tests/filter.url-input.txt This is just a www.test.com. paragraph with person@test.com. some http://www.test.com. urls thrown in and also <code>using www.test.com the code tag</code>.

<blockquote>
This is just a www.test.com. paragraph with person@test.com.…
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 Returns the route to go to if the user cancels the action.
FilterEnableForm::getCancelUrl function core/modules/filter/src/Form/FilterEnableForm.php Returns the route to go to if the user cancels the action.
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.

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