FilePathTest::getMissingPaths |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Gets the missing upgrade paths. |
FilePathTest::getSourceBasePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Gets the source base path for the concrete test. |
FilePathTest::getSourcePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Gets the source base path for the Credential form. |
FilePathTest::makeFiles |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Creates files for the test. |
FilePathTest::providerTestFilePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Data provider of test dates for file path test. |
FilePathTest::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
|
FilePathTest::testFilePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php |
Executes all steps of migrations upgrade. |
FilePrivateTest |
class |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
Uploads a test to a private node and checks access. |
FilePrivateTest.php |
file |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
|
FilePrivateTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
The theme to install as the default for testing. |
FilePrivateTest::$modules |
property |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
Modules to enable. |
FilePrivateTest::setUp |
function |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
|
FilePrivateTest::testPrivateFile |
function |
core/modules/file/tests/src/Functional/FilePrivateTest.php |
Tests file access for file uploaded to a private node. |
FileProcessBase |
class |
core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php |
Provides functionality for file process plugins. |
FileProcessBase.php |
file |
core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php |
|
FileProcessBase::__construct |
function |
core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php |
Constructs a file process plugin. |
FileReadOnlyStorage |
class |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Reads code as regular PHP files, but won't write them. |
FileReadOnlyStorage.php |
file |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
|
FileReadOnlyStorage::$directory |
property |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
The directory where the files should be stored. |
FileReadOnlyStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Deletes PHP code from storage. |
FileReadOnlyStorage::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Removes all files in this bin. |
FileReadOnlyStorage::exists |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Checks whether the PHP code exists in storage. |
FileReadOnlyStorage::garbageCollection |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Performs garbage collection on the storage. |
FileReadOnlyStorage::getFullPath |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Gets the full file path. |
FileReadOnlyStorage::listAll |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Lists all the files in the storage. |
FileReadOnlyStorage::load |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Loads PHP code from storage. |
FileReadOnlyStorage::save |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Saves PHP code to storage. |
FileReadOnlyStorage::writeable |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Whether this is a writable storage. |
FileReadOnlyStorage::__construct |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Constructs this FileStorage object. |
FileRepository |
class |
core/modules/file/src/FileRepository.php |
Provides a file entity repository. |
FileRepository.php |
file |
core/modules/file/src/FileRepository.php |
|
FileRepository::$currentUser |
property |
core/modules/file/src/FileRepository.php |
The current user. |
FileRepository::$entityTypeManager |
property |
core/modules/file/src/FileRepository.php |
The entity type manager. |
FileRepository::$fileSystem |
property |
core/modules/file/src/FileRepository.php |
The file system service. |
FileRepository::$fileUsage |
property |
core/modules/file/src/FileRepository.php |
The file usage service. |
FileRepository::$moduleHandler |
property |
core/modules/file/src/FileRepository.php |
The module handler. |
FileRepository::$streamWrapperManager |
property |
core/modules/file/src/FileRepository.php |
The stream wrapper manager. |
FileRepository::copy |
function |
core/modules/file/src/FileRepository.php |
Copies a file to a new location and adds a file record to the database. |
FileRepository::createOrUpdate |
function |
core/modules/file/src/FileRepository.php |
Create a file entity or update if it exists. |
FileRepository::loadByUri |
function |
core/modules/file/src/FileRepository.php |
Loads the first File entity found with the specified URI. |
FileRepository::move |
function |
core/modules/file/src/FileRepository.php |
Moves a file to a new location and update the file's database entry. |
FileRepository::writeData |
function |
core/modules/file/src/FileRepository.php |
Writes a file to the specified destination and creates a file entity. |
FileRepository::__construct |
function |
core/modules/file/src/FileRepository.php |
FileRepository constructor. |
FileRepositoryInterface |
interface |
core/modules/file/src/FileRepositoryInterface.php |
Performs file system operations and updates database records accordingly. |
FileRepositoryInterface.php |
file |
core/modules/file/src/FileRepositoryInterface.php |
|
FileRepositoryInterface::copy |
function |
core/modules/file/src/FileRepositoryInterface.php |
Copies a file to a new location and adds a file record to the database. |
FileRepositoryInterface::loadByUri |
function |
core/modules/file/src/FileRepositoryInterface.php |
Loads the first File entity found with the specified URI. |
FileRepositoryInterface::move |
function |
core/modules/file/src/FileRepositoryInterface.php |
Moves a file to a new location and update the file's database entry. |
FileRepositoryInterface::writeData |
function |
core/modules/file/src/FileRepositoryInterface.php |
Writes a file to the specified destination and creates a file entity. |
FileRepositoryTest |
class |
core/modules/file/tests/src/Kernel/FileRepositoryTest.php |
Tests the FileRepository. |