Search for read
Title | Object type | File name | Summary |
---|---|---|---|
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::__construct | function | core/ |
Constructs this FileStorage object. |
FileStorage::read | function | core/ |
Implements Drupal\Core\Config\StorageInterface::read(). |
FileStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
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/ |
@legacy-covers ::deleteAll |
FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
FileStorageTest::read | function | core/ |
Reads configuration data from the storage. |
FileSystemTest::testCopyFailureIfFileAlreadyExists | function | core/ |
@covers ::copy[[api-linebreak]] |
FILE_NOT_READABLE | constant | core/ |
File permission check -- File is not readable. |
FILE_READABLE | constant | core/ |
File permission check -- File is readable. |
FormStateTest::testLoadIncludeAlreadyLoaded | function | core/ |
Tests load include already loaded. |
hook_system_breadcrumb_alter | function | core/ |
Perform alterations to the breadcrumb built by the BreadcrumbManager. |
install_verify_database_ready | function | core/ |
Verify that the database is ready (no existing Drupal installation). |
LocalReadOnlyStream | class | core/ |
Defines a read-only Drupal stream wrapper base class for local files. |
LocalReadOnlyStream.php | file | core/ |
|
LocalReadOnlyStream::getType | function | core/ |
Returns the type of stream wrapper. |
LocalReadOnlyStream::mkdir | function | core/ |
Support for mkdir(). |
LocalReadOnlyStream::rename | function | core/ |
Support for rename(). |
LocalReadOnlyStream::rmdir | function | core/ |
Support for rmdir(). |
LocalReadOnlyStream::stream_flush | function | core/ |
Support for fflush(). |
LocalReadOnlyStream::stream_lock | function | core/ |
Support for flock(). |
LocalReadOnlyStream::stream_metadata | function | core/ |
Does not change meta data as this is a read-only stream wrapper. |
LocalReadOnlyStream::stream_open | function | core/ |
Opens file or URL. |
LocalReadOnlyStream::stream_truncate | function | core/ |
Truncate stream. |
LocalReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
LocalReadOnlyStream::unlink | function | core/ |
Support for unlink(). |
LocalStream::dir_readdir | function | core/ |
Read entry from directory handle. |
LocalStream::stream_read | function | core/ |
Read from stream. |
ManagedStorage::read | function | core/ |
Reads configuration data from the storage. |
ManagedStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
ManagedStorageTest::read | function | core/ |
Reads configuration data from the storage. |
MARK_READ | constant | core/ |
Mark content as read. |
MemoryStorage::read | function | core/ |
Reads configuration data from the storage. |
MemoryStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
MemoryStorageTest::read | function | core/ |
Reads configuration data from the storage. |
modules.README.txt | file | core/ |
Modules extend your site functionality beyond Drupal core. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom modules in this directory separates downloaded and custom modules from Drupal core's… |
NullStorage::read | function | core/ |
Reads configuration data from the storage. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.