Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileStorage::__construct | function | core/ |
Constructs this FileStorage object. |
| FileStorageFactory | class | core/ |
Provides a factory for creating config file storage objects. |
| FileStorageFactory.php | file | core/ |
|
| FileStorageFactory::getSync | function | core/ |
Returns a FileStorage object working with the sync config directory. |
| FileStorageFactoryTest | class | core/ |
Tests Drupal\Core\Config\FileStorageFactory. |
| FileStorageFactoryTest.php | file | core/ |
|
| FileStorageFactoryTest::testGetSync | function | core/ |
Tests get sync. |
| FileStorageInterface | interface | core/ |
Defines an interface for file entity storage classes. |
| FileStorageInterface.php | file | core/ |
|
| FileStorageInterface::spaceUsed | function | core/ |
Determines total disk space used by a single user or the whole filesystem. |
| FileStorageReadOnlyTest | class | core/ |
Tests Drupal\Component\PhpStorage\FileReadOnlyStorage. |
| FileStorageReadOnlyTest.php | file | core/ |
|
| FileStorageReadOnlyTest::$readonlyStorage | property | core/ |
Read only test settings to pass to storage instances. |
| FileStorageReadOnlyTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
| FileStorageReadOnlyTest::setUp | function | core/ |
|
| FileStorageReadOnlyTest::testDeleteAll | function | core/ |
Tests delete all. |
| FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
| 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. |
Pagination
- Previous page
- Page 109
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.