Search for read
Title | Object type | File name | Summary |
---|---|---|---|
README.txt | file | core/ |
Drupal Components are independent libraries that do not depend on the rest of Drupal in order to function. Components MAY depend on other Drupal Components or external libraries/packages, but MUST NOT depend on any other Drupal code. In other words,… |
README.txt | file | core/ |
The Drupal Graph Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Dependency Injection Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal FrontMatter Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Version Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Serialization Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal ClassFinder Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Proxy Builder Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal EventDispatcher Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Diff Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal FileSystem Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Gettext Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Uuid Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal HttpFoundation Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Annotation Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal PhpStorage Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Datetime Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The Drupal Transliteration Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
README.txt | file | core/ |
The core/lib directory is for classes provided by Drupal Core that are original to Drupal. All Drupal-originated code must follow the PSR-4 naming convention for classes and namespaces as documented… |
README.txt | file | core/ |
The Drupal Plugin Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo… |
ReadOnlyException | class | core/ |
Exception thrown when trying to write or set ready-only data. |
ReadOnlyException.php | file | core/ |
|
ReadOnlyStorage | class | core/ |
A ReadOnlyStorage decorates a storage and does not allow writing to it. |
ReadOnlyStorage.php | file | core/ |
|
ReadOnlyStorage::$storage | property | core/ |
The config storage that we are decorating. |
ReadOnlyStorage::createCollection | function | core/ |
Creates a collection on the storage. |
ReadOnlyStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
ReadOnlyStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
ReadOnlyStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
ReadOnlyStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
ReadOnlyStorage::exists | function | core/ |
Returns whether a configuration object exists. |
ReadOnlyStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
ReadOnlyStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
ReadOnlyStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
ReadOnlyStorage::read | function | core/ |
Reads configuration data from the storage. |
ReadOnlyStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
ReadOnlyStorage::rename | function | core/ |
Renames a configuration object in the storage. |
ReadOnlyStorage::write | function | core/ |
Writes configuration data to the storage. |
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]] |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.