Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileReferenceResolver::__construct | function | core/ |
|
| FileReferencesDeprecationTest | class | core/ |
Tests file_get_file_references(). |
| FileReferencesDeprecationTest.php | file | core/ |
|
| FileReferencesDeprecationTest::testFileReferences | function | core/ |
Tests basic file reference cases. |
| FileReferenceUsage | class | core/ |
Provides information which field on a given entity uses a file. |
| FileReferenceUsage.php | file | core/ |
|
| FileReferenceUsage::__construct | function | core/ |
Constructs a FileReferenceUsage 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. |
| FileRequiredTestForm | class | core/ |
File required test form class. |
| FileRequiredTestForm.php | file | core/ |
|
| FileRequiredTestForm::buildForm | function | core/ |
Form constructor. |
| FileRequiredTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FileRequirements | class | core/ |
Requirements for the File module. |
| FileRequirements.php | file | core/ |
|
| FileRequirements::runtime | function | core/ |
Implements hook_runtime_requirements(). |
| FileResourceTestBase | class | core/ |
Resource test base for file entity. |
| FileResourceTestBase.php | file | core/ |
|
| FileResourceTestBase::$author | property | core/ |
|
| FileResourceTestBase::$entity | property | core/ |
|
| FileResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
| FileResourceTestBase::$modules | property | core/ |
Modules to install. |
| FileResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| FileResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| FileResourceTestBase::doTestPost | function | core/ |
Marks some tests as skipped because XML cannot be deserialized. |
Pagination
- Previous page
- Page 594
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.