Search for to
Title | Object type | File name | Summary |
---|---|---|---|
FileIsImageConstraintValidatorTest | class | core/ |
Tests the FileIsImageConstraintValidator. |
FileIsImageConstraintValidatorTest.php | file | core/ |
|
FileIsImageConstraintValidatorTest::$image | property | core/ |
An image file. |
FileIsImageConstraintValidatorTest::$nonImage | property | core/ |
A file which is not an image. |
FileIsImageConstraintValidatorTest::setUp | function | core/ |
|
FileIsImageConstraintValidatorTest::testFileIsImage | function | core/ |
This ensures a specific file is actually an image. |
FileItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
FileItem::getUploadValidators | function | core/ |
Retrieves the upload validators for a file field. |
FileItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
FileItem::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
FileItem::validateDirectory | function | core/ |
Form API callback. |
FileItemTest::$directory | property | core/ |
Directory where the sample files are stored. |
FileItemTest::validateFileUriForDirectory | function | core/ |
Tests file URIs generated for a given file directory. |
FileMoveTest::$fileRepository | property | core/ |
The file repository service. |
FileMoveTest::testOverwriteSelf | function | core/ |
Try to move a file onto itself. |
FileNameLengthConstraint::$messageTooLong | property | core/ |
The message when file name is too long. |
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::$currentUser | property | core/ |
The current user. |
FileRepository::$entityTypeManager | property | core/ |
The entity type manager. |
FileRepository::$fileSystem | property | core/ |
The file system service. |
FileRepository::$fileUsage | property | core/ |
The file usage service. |
FileRepository::$moduleHandler | property | core/ |
The module handler. |
FileRepository::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
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/ |
FileRepository constructor. |
Pagination
- Previous page
- Page 104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.