Search for to
Title | Object type | File name | Summary |
---|---|---|---|
FileStorageFactoryTest::testGetSync | function | core/ |
@covers ::getSync[[api-linebreak]] |
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/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage[[api-linebreak]] |
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/ |
@covers ::deleteAll[[api-linebreak]] |
FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
FileStorageReadOnlyTest::testWriteable | function | core/ |
@covers ::writeable[[api-linebreak]] |
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/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage[[api-linebreak]] @group Drupal @group PhpStorage |
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/ |
|
FileStorageTest::insert | function | core/ |
|
FileStorageTest::read | function | core/ |
|
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
@covers ::createDirectory[[api-linebreak]] |
FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
FileStorageTest::testDeleteAll | function | core/ |
@covers ::deleteAll[[api-linebreak]] |
FileStorageTest::testlistAll | function | core/ |
Tests the FileStorage::listAll method with a relative and absolute path. |
FileStorageTest::testUnsupportedDataTypeConfigException | function | core/ |
Tests UnsupportedDataTypeConfigException. |
FileStorageTest::testWriteable | function | core/ |
@covers ::writeable[[api-linebreak]] |
FileStorageTest::update | function | core/ |
|
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::$modules | property | core/ |
Modules to enable. |
FileSystemTempDirectoryTest::setUp | function | core/ |
|
FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
Pagination
- Previous page
- Page 106
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.