FileStorage::getAllCollectionNamesHelper |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Helper function for getAllCollectionNames(). |
FileStorage::getCollectionDirectory |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the directory for the collection. |
FileStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the name of the current collection the storage is using. |
FileStorage::getFileExtension |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the extension used by the file storage for all configuration files. |
FileStorage::getFilePath |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns the path to the configuration file. |
FileStorage::getFileSystem |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Returns file system service. |
FileStorage::getFullPath |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Gets the full file path. |
FileStorage::listAll |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Lists all the files in the storage. |
FileStorage::listAll |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets configuration object names starting with a given prefix. |
FileStorage::load |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Loads PHP code from storage. |
FileStorage::read |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::read(). |
FileStorage::readMultiple |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Reads configuration data from the storage. |
FileStorage::rename |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Renames a configuration object in the storage. |
FileStorage::save |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Saves PHP code to storage. |
FileStorage::spaceUsed |
function |
core/modules/file/src/FileStorage.php |
Determines total disk space used by a single user or the whole filesystem. |
FileStorage::unlink |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Deletes files and/or directories in the specified path. |
FileStorage::write |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Writes configuration data to the storage. |
FileStorage::__construct |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Constructs a new FileStorage. |
FileStorage::__construct |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Constructs this FileStorage object. |
FileStorageFactory |
class |
core/lib/Drupal/Core/Config/FileStorageFactory.php |
Provides a factory for creating config file storage objects. |
FileStorageFactory.php |
file |
core/lib/Drupal/Core/Config/FileStorageFactory.php |
|
FileStorageFactory::getSync |
function |
core/lib/Drupal/Core/Config/FileStorageFactory.php |
Returns a FileStorage object working with the sync config directory. |
FileStorageFactoryTest |
class |
core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php |
Tests Drupal\Core\Config\FileStorageFactory. |
FileStorageFactoryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php |
|
FileStorageFactoryTest::testGetSync |
function |
core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php |
Tests get sync. |
FileStorageInterface |
interface |
core/modules/file/src/FileStorageInterface.php |
Defines an interface for file entity storage classes. |
FileStorageInterface.php |
file |
core/modules/file/src/FileStorageInterface.php |
|
FileStorageInterface::spaceUsed |
function |
core/modules/file/src/FileStorageInterface.php |
Determines total disk space used by a single user or the whole filesystem. |
FileStorageReadOnlyTest |
class |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
Tests Drupal\Component\PhpStorage\FileReadOnlyStorage. |
FileStorageReadOnlyTest.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
|
FileStorageReadOnlyTest::$readonlyStorage |
property |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
Read only test settings to pass to storage instances. |
FileStorageReadOnlyTest::$standardSettings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
Standard test settings to pass to storage instances. |
FileStorageReadOnlyTest::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
|
FileStorageReadOnlyTest::testDeleteAll |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
@legacy-covers ::deleteAll |
FileStorageReadOnlyTest::testReadOnly |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
Tests writing with one class and reading with another. |
FileStorageSchema |
class |
core/modules/file/src/FileStorageSchema.php |
Defines the file schema handler. |
FileStorageSchema.php |
file |
core/modules/file/src/FileStorageSchema.php |
|
FileStorageSchema::getSharedTableFieldSchema |
function |
core/modules/file/src/FileStorageSchema.php |
Gets the schema for a single field definition. |
FileStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Tests FileStorage operations. |
FileStorageTest |
class |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
Tests Drupal\Component\PhpStorage\FileStorage. |
FileStorageTest.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
|
FileStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
|
FileStorageTest::$directory |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
A directory to store configuration in. |
FileStorageTest::$standardSettings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
Standard test settings to pass to storage instances. |
FileStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Deletes configuration data from the storage. |
FileStorageTest::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Inserts configuration data in the storage. |
FileStorageTest::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Reads configuration data from the storage. |
FileStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
|
FileStorageTest::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
|
FileStorageTest::testCreateDirectoryFailWarning |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
@legacy-covers ::createDirectory |