| FieldPluginBaseTest::setUpUrlIntegrationServices |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Sets up the unrouted URL assembler and the link generator. |
| FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests link rendering with a URL and options. |
| FieldStorageAddForm::getRedirectUrl |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Gets the redirect URL. |
| FieldUrlTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the core Drupal\views\Plugin\views\field\Url handler. |
| FieldUrlTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
|
| FieldUrlTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Views used by this test. |
| FieldUrlTest::testFieldUrl |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the rendering of a field as a plain text value and as a link. |
| FieldUrlTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Defines the Views data for the test entity. |
| FieldWebTest::testAlterUrl |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests rewriting the output to a link. |
| File::$fileUrlGenerator |
property |
core/modules/file/src/Plugin/views/field/File.php |
The file URL generator. |
| 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(). |
| 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 |
Tests 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 |
Tests generate u r i. |
| FileUrlGeneratorTest::testGenerateURIWithSchema |
function |
core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php |
Tests generate u r i with schema. |
| 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_generator |
service |
core/core.services.yml |
Drupal\Core\File\FileUrlGenerator |