Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
FileIsImageConstraintValidatorTest class core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php Tests the FileIsImageConstraintValidator.
FileIsImageConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php
FileIsImageConstraintValidatorTest::$image property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php An image file.
FileIsImageConstraintValidatorTest::$nonImage property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php A file which is not an image.
FileIsImageConstraintValidatorTest::setUp function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php
FileIsImageConstraintValidatorTest::testFileIsImage function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php This ensures a specific file is actually an image.
FileItem::defaultStorageSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Defines the storage-level settings for this plugin.
FileItem::getUploadValidators function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Retrieves the upload validators for a file field.
FileItem::storageSettingsForm function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns a form for the storage-level settings.
FileItem::storageSettingsSummary function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns a short summary of the field's storage-level settings.
FileItem::validateDirectory function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Form API callback.
FileItemTest::$directory property core/modules/file/tests/src/Kernel/FileItemTest.php Directory where the sample files are stored.
FileItemTest::validateFileUriForDirectory function core/modules/file/tests/src/Kernel/FileItemTest.php Tests file URIs generated for a given file directory.
FileMoveTest::$fileRepository property core/modules/image/tests/src/Kernel/FileMoveTest.php The file repository service.
FileMoveTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a file onto itself.
FileNameLengthConstraint::$messageTooLong property core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraint.php The message when file name is too long.
FileNameLengthConstraintValidator class core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php Validates the file name length constraint.
FileNameLengthConstraintValidator.php file core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php
FileNameLengthConstraintValidator::validate function core/modules/file/src/Plugin/Validation/Constraint/FileNameLengthConstraintValidator.php
FileNameLengthConstraintValidatorTest class core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php Tests the FileNameLengthConstraintValidator.
FileNameLengthConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php
FileNameLengthConstraintValidatorTest::testFileValidateNameLength function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileNameLengthConstraintValidatorTest.php This will ensure the filename length is valid.
FilePathTest::$localDirectory property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The base path to the source files on the destination site.
FileProcessOutputCallback::getOutput 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.
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.
FileRepository::__construct function core/modules/file/src/FileRepository.php FileRepository constructor.

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