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 |
|---|---|---|---|
| FilePathTest::$fs | property | core/ |
The file system service. |
| FilePathTest::$localDirectory | property | core/ |
The base path to the source files on the destination site. |
| FilePathTest::$modules | property | core/ |
Modules to install. |
| FilePathTest::$profile | property | core/ |
Use the Standard profile to test help implementations of many core modules. |
| FilePathTest::$sourceFileScheme | property | core/ |
The file scheme variables in the source database. |
| FilePathTest::getAvailablePaths | function | core/ |
Gets the available upgrade paths. |
| FilePathTest::getEntityCounts | function | core/ |
Gets the expected number of entities per entity type after migration. |
| FilePathTest::getEntityCountsIncremental | function | core/ |
Gets expected number of entities per entity after incremental migration. |
| FilePathTest::getManagedFiles | function | core/ |
Gets the file data. |
| 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. |
| 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::writeable | function | core/ |
Whether this is a writable 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. |
Pagination
- Previous page
- Page 659
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.