| FileUriItemTest::testCustomFileUriField |
function |
core/modules/file/tests/src/Kernel/FileUriItemTest.php |
Tests the file entity override of the URI field. |
| FileUriTest |
class |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests Drupal\file\Plugin\migrate\process\d6\FileUri. |
| FileUriTest.php |
file |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
|
| FileUriTest::$migrationConfiguration |
property |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
The plugin configuration. |
| FileUriTest::doTransform |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Performs the transform process. |
| FileUriTest::testPrivate |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests with a private scheme. |
| FileUriTest::testPrivateUnknownBasePath |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests with a private base path that is not known. |
| FileUriTest::testPublic |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests with a public scheme. |
| FileUriTest::testPublicUnknownBasePath |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests with a base path that is not known. |
| FileUriTest::testTemporary |
function |
core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php |
Tests the temporary scheme. |
| FileUriUnique |
class |
core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php |
Supports validating file URIs. |
| FileUriUnique.php |
file |
core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php |
|
| FileUriUnique::validatedBy |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php |
|
| FileUriUnique::__construct |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php |
#[HasNamedArguments] |
| 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. |
| FileUsageBase |
class |
core/modules/file/src/FileUsage/FileUsageBase.php |
Defines the base class for database file usage backend. |