Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileProcessOutputCallback::getOutput | function | core/ |
|
| FileProcessOutputCallback::__construct | function | core/ |
|
| FileProcessOutputCallback::__invoke | 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. |
| FileReferenceResolver | class | core/ |
Retrieves file references. |
| FileReferenceResolver.php | file | core/ |
|
| FileReferenceResolver::$fieldColumns | property | core/ |
Stores the field column that references the file, keyed by file type. |
| FileReferenceResolver::$fileFields | property | core/ |
File reference field information, keyed by entity type and bundle. |
| FileReferenceResolver::findFileReferenceColumns | function | core/ |
Determine whether a field references files stored in {file_managed}. |
| FileReferenceResolver::getFileReferenceFields | function | core/ |
Returns file fields for this entity type and bundle. |
| FileReferenceResolver::getReferences | function | core/ |
Retrieves a list of references to a file. |
| FileReferenceResolver::getReferencingRevision | function | core/ |
Returns the most recent revision of a specific entity referencing the file. |
| FileReferenceResolver::isFileReferencedByField | function | core/ |
Returns whether the file is referenced by the given field. |
| FileReferenceResolver::loadEntityFromUsage | function | core/ |
Loads an entity from the passed usage definition. |
| FileReferenceResolver::REVISION_LOOKUP_LIMIT | constant | core/ |
The number of revisions that are queried and returned per entity type. |
| 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. |
Pagination
- Previous page
- Page 698
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.