Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileStorageSchema | class | core/ |
Defines the file schema handler. |
| FileStorageSchema.php | file | core/ |
|
| FileStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| FileStorageTest | class | core/ |
Tests Drupal\Component\PhpStorage\FileStorage. |
| FileStorageTest | class | core/ |
Tests FileStorage operations. |
| FileStorageTest.php | file | core/ |
|
| FileStorageTest.php | file | core/ |
|
| FileStorageTest::$directory | property | core/ |
A directory to store configuration in. |
| FileStorageTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
| FileStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| FileStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| FileStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| FileStorageTest::setUp | function | core/ |
|
| FileStorageTest::setUp | function | core/ |
|
| FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
Tests create directory fail warning. |
| FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
| FileStorageTest::testDeleteAll | function | core/ |
Tests delete all. |
| FileStorageTest::testListAll | function | core/ |
Tests the FileStorage::listAll method with a relative and absolute path. |
| FileStorageTest::testUnsupportedDataTypeConfigException | function | core/ |
Tests UnsupportedDataTypeConfigException. |
| FileStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| FileSystem::CHMOD_DIRECTORY | constant | core/ |
Default mode for new directories. See self::chmod(). |
| FileSystem::doScanDirectory | function | core/ |
Internal function to handle directory scanning with recursion. |
| FileSystem::getOsTemporaryDirectory | function | core/ |
Discovers a writable system-appropriate temporary directory. |
| FileSystem::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystem::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystem::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemInterface::CREATE_DIRECTORY | constant | core/ |
Flag used by ::prepareDirectory() -- create directory if not present. |
| FileSystemInterface::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystemInterface::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystemInterface::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemTempDirectoryTest | class | core/ |
Tests for getTempDirectory on FileSystem. |
| FileSystemTempDirectoryTest.php | file | core/ |
|
| FileSystemTempDirectoryTest::$fileSystem | property | core/ |
The file system under test. |
| FileSystemTempDirectoryTest::setUp | function | core/ |
|
| FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
| FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
| FileSystemTest::testDestinationDirectoryFailureOnCopy | function | core/ |
Tests destination directory failure on copy. |
| FileTestBase::assertDirectoryPermissions | function | core/ |
Helper function to test the permissions of a directory. |
| FileTestBase::createDirectory | function | core/ |
Create a directory and assert it exists. |
| FileTokenReplaceTest | class | core/ |
Tests file token replacement. |
| FileTokenReplaceTest.php | file | core/ |
|
| FileTokenReplaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileTokenReplaceTest::testFileTokenReplacement | function | core/ |
Creates a file, then tests the tokens generated from it. |
| FileTransfer::copyDirectory | function | core/ |
Copies a directory. |
| FileTransfer::copyDirectoryJailed | function | core/ |
Copies a directory. |
| FileTransfer::createDirectory | function | core/ |
Creates a directory. |
| FileTransfer::createDirectoryJailed | function | core/ |
Creates a directory. |
| FileTransfer::factory | function | core/ |
Defines a factory method for this class. |
| FileTransfer::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| FileTransfer::removeDirectory | function | core/ |
Removes a directory. |
Pagination
- Previous page
- Page 111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.