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 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FilePathTest::getMissingPaths | function | core/ |
Gets the missing upgrade paths. |
| FilePathTest::getSourceBasePath | function | core/ |
Gets the source base path for the concrete test. |
| FilePathTest::getSourcePath | function | core/ |
Gets the source base path for the Credential form. |
| FilePathTest::makeFiles | function | core/ |
Creates files for the test. |
| FilePathTest::providerTestFilePath | function | core/ |
Data provider of test dates for file path test. |
| FilePathTest::setUp | function | core/ |
|
| FilePathTest::testFilePath | function | core/ |
Executes all steps of migrations upgrade. |
| FilePrivateTest | class | core/ |
Uploads a test to a private node and checks access. |
| FilePrivateTest.php | file | core/ |
|
| FilePrivateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilePrivateTest::$modules | property | core/ |
Modules to install. |
| FilePrivateTest::setUp | function | core/ |
|
| FilePrivateTest::testPrivateFile | function | core/ |
Tests file access for file uploaded to a private node. |
| FileProcessBase | class | core/ |
Provides functionality for file process plugins. |
| FileProcessBase.php | file | core/ |
|
| FileProcessBase::__construct | function | core/ |
Constructs a file process plugin. |
| FileProcessOutputCallback | class | core/ |
Logs process output to a file. |
| FileProcessOutputCallback.php | file | core/ |
|
| FileProcessOutputCallback::$handle | property | core/ |
The file to write to. |
| FileProcessOutputCallback::clearErrorOutput | function | core/ |
|
| FileProcessOutputCallback::clearOutput | function | core/ |
|
| FileProcessOutputCallback::getErrorOutput | function | core/ |
|
| 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. |
| 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. |
Pagination
- Previous page
- Page 686
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.