Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FileProcessOutputCallback::getOutput function core/modules/package_manager/src/FileProcessOutputCallback.php
FileProcessOutputCallback::__construct function core/modules/package_manager/src/FileProcessOutputCallback.php
FileProcessOutputCallback::__invoke function core/modules/package_manager/src/FileProcessOutputCallback.php
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::__construct function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Constructs this FileStorage object.
FileReferenceResolver class core/modules/file/src/FileReferenceResolver.php Retrieves file references.
FileReferenceResolver.php file core/modules/file/src/FileReferenceResolver.php
FileReferenceResolver::$fieldColumns property core/modules/file/src/FileReferenceResolver.php Stores the field column that references the file, keyed by file type.
FileReferenceResolver::$fileFields property core/modules/file/src/FileReferenceResolver.php File reference field information, keyed by entity type and bundle.
FileReferenceResolver::findFileReferenceColumns function core/modules/file/src/FileReferenceResolver.php Determine whether a field references files stored in {file_managed}.
FileReferenceResolver::getFileReferenceFields function core/modules/file/src/FileReferenceResolver.php Returns file fields for this entity type and bundle.
FileReferenceResolver::getReferences function core/modules/file/src/FileReferenceResolver.php Retrieves a list of references to a file.
FileReferenceResolver::getReferencingRevision function core/modules/file/src/FileReferenceResolver.php Returns the most recent revision of a specific entity referencing the file.
FileReferenceResolver::isFileReferencedByField function core/modules/file/src/FileReferenceResolver.php Returns whether the file is referenced by the given field.
FileReferenceResolver::loadEntityFromUsage function core/modules/file/src/FileReferenceResolver.php Loads an entity from the passed usage definition.
FileReferenceResolver::REVISION_LOOKUP_LIMIT constant core/modules/file/src/FileReferenceResolver.php The number of revisions that are queried and returned per entity type.
FileReferenceResolver::__construct function core/modules/file/src/FileReferenceResolver.php
FileReferencesDeprecationTest class core/modules/file/tests/src/Kernel/FileReferencesDeprecationTest.php Tests file_get_file_references().
FileReferencesDeprecationTest.php file core/modules/file/tests/src/Kernel/FileReferencesDeprecationTest.php
FileReferencesDeprecationTest::testFileReferences function core/modules/file/tests/src/Kernel/FileReferencesDeprecationTest.php Tests basic file reference cases.
FileReferenceUsage class core/modules/file/src/FileReferenceUsage.php Provides information which field on a given entity uses a file.
FileReferenceUsage.php file core/modules/file/src/FileReferenceUsage.php
FileReferenceUsage::__construct function core/modules/file/src/FileReferenceUsage.php Constructs a FileReferenceUsage object.
FileRepository class core/modules/file/src/FileRepository.php Provides a file entity repository.
FileRepository.php file core/modules/file/src/FileRepository.php
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.
FileRepository::__construct function core/modules/file/src/FileRepository.php
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.
FileRepositoryTest class core/modules/file/tests/src/Kernel/FileRepositoryTest.php Tests the FileRepository.
FileRepositoryTest.php file core/modules/file/tests/src/Kernel/FileRepositoryTest.php
FileRepositoryTest::$fileRepository property core/modules/file/tests/src/Kernel/FileRepositoryTest.php The file repository service under test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.