Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileRepository::writeData | function | core/ |
Writes a file to the specified destination and creates a file entity. |
| FileRepository::__construct | function | core/ |
FileRepository constructor. |
| 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 and creates a file entity. |
| 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. |
| FileResourceTestBase | class | core/ |
|
| 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::fileResourceTestBaseSkipTests | function | core/ |
Marks some tests as skipped because XML cannot be deserialized. |
| FileResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| FileResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| FileResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| FileResourceTestBase::getNormalizedPatchEntity | function | core/ |
Returns the normalized PATCH entity. |
| FileResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| FileResourceTestBase::makeCurrentUserFileOwner | function | core/ |
Makes the current user the file owner. |
| FileResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| FileRouteProvider | class | core/ |
Provides routes for files. |
| FileRouteProvider.php | file | core/ |
|
| FileRouteProvider::getRoutes | function | core/ |
Provides routes for entities. |
| FileSanitizationEventSubscriber | class | core/ |
Provides a file sanitization listener for file upload tests. |
| FileSanitizationEventSubscriber.php | file | core/ |
|
| FileSanitizationEventSubscriber::$allowedExtensions | property | core/ |
The allowed extensions. |
| FileSanitizationEventSubscriber::getAllowedExtensions | function | core/ |
Gets the allowed extensions. |
| FileSanitizationEventSubscriber::getSubscribedEvents | function | core/ |
|
| FileSanitizationEventSubscriber::onFileSanitization | function | core/ |
Handles the file sanitization event. |
Pagination
- Previous page
- Page 660
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.