Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileNameLengthConstraintValidator | class | core/ |
Validates the file name length constraint. |
| FileNameLengthConstraintValidator.php | file | core/ |
|
| FileNameLengthConstraintValidator::validate | function | core/ |
|
| FileNameLengthConstraintValidatorTest | class | core/ |
Tests the FileNameLengthConstraintValidator. |
| FileNameLengthConstraintValidatorTest.php | file | core/ |
|
| FileNameLengthConstraintValidatorTest::testFileValidateNameLength | function | core/ |
This will ensure the filename length is valid. |
| FilePathTest::$localDirectory | property | core/ |
The base path to the source files on the destination site. |
| FileProcessOutputCallback::getOutput | function | core/ |
|
| FileReadOnlyStorage | class | core/ |
Reads code as regular PHP files, but won't write them. |
| FileReadOnlyStorage.php | file | core/ |
|
| FileReadOnlyStorage::$directory | property | core/ |
The directory where the files should be stored. |
| FileReadOnlyStorage::delete | function | core/ |
Deletes PHP code from storage. |
| FileReadOnlyStorage::deleteAll | function | core/ |
Removes all files in this bin. |
| FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileReadOnlyStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
| FileReadOnlyStorage::getFullPath | function | core/ |
Gets the full file path. |
| FileReadOnlyStorage::listAll | function | core/ |
Lists all the files in the storage. |
| FileReadOnlyStorage::load | function | core/ |
Loads PHP code from storage. |
| FileReadOnlyStorage::save | function | core/ |
Saves PHP code to storage. |
| FileReadOnlyStorage::__construct | function | core/ |
Constructs this FileStorage object. |
| FileRepository | class | core/ |
Provides a file entity repository. |
| FileRepository.php | file | core/ |
|
| FileRepository::copy | function | core/ |
Copies a file to a new location and adds a file record to the database. |
| FileRepository::createOrUpdate | function | core/ |
Create a file entity or update if it exists. |
| FileRepository::loadByUri | function | core/ |
Loads the first File entity found with the specified URI. |
| FileRepository::move | function | core/ |
Moves a file to a new location and update the file's database entry. |
| FileRepository::writeData | function | core/ |
Writes a file to the specified destination. |
| FileRepository::__construct | function | core/ |
|
| FileRepositoryInterface | interface | core/ |
Performs file system operations and updates database records accordingly. |
| FileRepositoryInterface.php | file | core/ |
|
| FileRepositoryInterface::copy | function | core/ |
Copies a file to a new location and adds a file record to the database. |
| FileRepositoryInterface::loadByUri | function | core/ |
Loads the first File entity found with the specified URI. |
| FileRepositoryInterface::move | function | core/ |
Moves a file to a new location and update the file's database entry. |
| FileRepositoryInterface::writeData | function | core/ |
Writes a file to the specified destination. |
| FileRepositoryTest | class | core/ |
Tests the FileRepository. |
| FileRepositoryTest.php | file | core/ |
|
| FileRepositoryTest::$fileRepository | property | core/ |
The file repository service under test. |
| FileRepositoryTest::$fileSystem | property | core/ |
The file system service. |
| FileRepositoryTest::setUp | function | core/ |
|
| FileRepositoryTest::testEntityStorageException | function | core/ |
Tests for entity storage exception. |
| FileRepositoryTest::testExistingError | function | core/ |
Tests that writeData() fails overwriting an existing file. |
| FileRepositoryTest::testExistingRename | function | core/ |
Tests writeData() when renaming around an existing file. |
| FileRepositoryTest::testExistingReplace | function | core/ |
Tests writeData() when replacing an existing file. |
| FileRepositoryTest::testInvalidStreamWrapper | function | core/ |
Tests for an invalid stream wrapper. |
| FileRepositoryTest::testLoadByUri | function | core/ |
Tests loading a file by URI. |
| FileRepositoryTest::testLoadByUriCaseSensitive | function | core/ |
Tests loading a file by case-sensitive URI. |
| FileRepositoryTest::testWithFilename | function | core/ |
Tests the writeData() method. |
| FileSelectionTest::testCanNotReferToTemporaryFiles | function | core/ |
Tests that entity reference should avoid referring to temporary files. |
| FileSelectionTest::testCanReferToPermanentFiles | function | core/ |
Tests that entity reference should refer permanent files. |
| FileSizeLimitConstraint::getDefaultOption | function | core/ |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.