Search for read
Title | Object type | File name | Summary |
---|---|---|---|
ReadOnlyStorage::__construct | function | core/ |
Create a ReadOnlyStorage decorating another storage. |
ReadOnlyStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\ReadOnlyStorage[[api-linebreak]] @group Config |
ReadOnlyStorageTest.php | file | core/ |
|
ReadOnlyStorageTest::$memory | property | core/ |
The memory storage containing the data. |
ReadOnlyStorageTest::$storage | property | core/ |
The read-only storage under test. |
ReadOnlyStorageTest::readMethodsProvider | function | core/ |
Provide the methods that work transparently. |
ReadOnlyStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
ReadOnlyStorageTest::setUp | function | core/ |
|
ReadOnlyStorageTest::testCollections | function | core/ |
@covers ::getAllCollectionNames[[api-linebreak]] @covers ::getCollectionName[[api-linebreak]] @covers ::createCollection[[api-linebreak]] |
ReadOnlyStorageTest::testEncodeDecode | function | core/ |
@covers ::encode[[api-linebreak]] @covers ::decode[[api-linebreak]] |
ReadOnlyStorageTest::testReadOperations | function | core/ |
@covers ::exists[[api-linebreak]] @covers ::read[[api-linebreak]] @covers ::readMultiple[[api-linebreak]] @covers ::listAll[[api-linebreak]] |
ReadOnlyStorageTest::testWriteOperations | function | core/ |
@covers ::write[[api-linebreak]] @covers ::delete[[api-linebreak]] @covers ::rename[[api-linebreak]] @covers ::deleteAll[[api-linebreak]] |
ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
ReadOnlyStream | class | core/ |
Defines a read-only Drupal stream wrapper base class. |
ReadOnlyStream.php | file | core/ |
|
ReadOnlyStream::$context | property | core/ |
Stream context resource. |
ReadOnlyStream::$handle | property | core/ |
A generic resource handle. |
ReadOnlyStream::$uri | property | core/ |
Instance URI (stream). |
ReadOnlyStream::getLocalPath | function | core/ |
Returns the canonical absolute path of the URI, if possible. |
ReadOnlyStream::getUri | function | core/ |
Returns the stream resource URI. |
ReadOnlyStream::mkdir | function | core/ |
Support for mkdir(). |
ReadOnlyStream::rename | function | core/ |
Support for rename(). |
ReadOnlyStream::rmdir | function | core/ |
Support for rmdir(). |
ReadOnlyStream::setUri | function | core/ |
Sets the absolute stream resource URI. |
ReadOnlyStream::stream_flush | function | core/ |
Support for fflush(). |
ReadOnlyStream::stream_lock | function | core/ |
Support for flock(). |
ReadOnlyStream::stream_metadata | function | core/ |
Does not change meta data as this is a read-only stream wrapper. |
ReadOnlyStream::stream_open | function | core/ |
Support for fopen(), file_get_contents(), etc. |
ReadOnlyStream::stream_truncate | function | core/ |
Truncate stream. |
ReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
ReadOnlyStream::unlink | function | core/ |
Support for unlink(). |
ReadOnlyStreamWrapperTest | class | core/ |
Tests the read-only stream wrapper write functions. |
ReadOnlyStreamWrapperTest.php | file | core/ |
|
ReadOnlyStreamWrapperTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
ReadOnlyStreamWrapperTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
ReadOnlyStreamWrapperTest::testReadOnlyBehavior | function | core/ |
Tests read-only specific behavior. |
RecipeConfigStorageWrapper::read | function | core/ |
Reads configuration data from the storage. |
RecipeConfigStorageWrapper::readMultiple | function | core/ |
Reads configuration data from the storage. |
RecipeConfigStorageWrapperTest::testReadFails | function | core/ |
Validate when neither storage can read a value. |
RecipeConfigStorageWrapperTest::testReadFromA | function | core/ |
Validate that we read from storage A first. |
RecipeConfigStorageWrapperTest::testReadFromB | function | core/ |
Validate that we read from storage B second. |
RecipeConfigStorageWrapperTest::testReadMultiple | function | core/ |
Test reading multiple values. |
RecipeConfigStorageWrapperTest::testReadMultipleStorageA | function | core/ |
Test that storage A has precedence over storage B. |
RecipeOverrideConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
RecipeOverrideConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
recipes.README.txt | file | core/ |
Recipes allow the automation of Drupal module and theme installation and configuration. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom recipes in this directory separates downloaded and custom recipes… |
region--breadcrumb.html.twig | file | core/ |
Olivero's theme override to display the breadcrumb region. |
region--breadcrumb.html.twig | file | core/ |
Theme override to display a breadcrumb region. |
SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories | function | core/ |
Data provider for testIgnoreAdvisories(). |
SecurityAdvisoriesFetcherTest::testIgnoreAdvisories | function | core/ |
Tests advisories that should be ignored. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.