FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsLinkWithUrlAndOptions(). |
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. |
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::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Modules to enable. |
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 |
|
FieldUrlTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Returns the views data definition. |
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. |
FileSystemDeprecationTest::testDeprecatedFileCreateUrl |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php |
Tests deprecated FileCreateUrl. |
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 enable. |
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 |
|