Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| rdf_comment_storage_load | function | core/ |
Implements hook_ENTITY_TYPE_storage_load() for comment entities. |
| 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]] |
| ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
| rebuild_token_calculator.sh | file | core/ |
Command line token calculator for rebuild.php. |
| RecursiveContextualValidator | class | core/ |
Defines a recursive contextual validator for Typed Data. |
| RecursiveContextualValidator.php | file | core/ |
|
| RecursiveContextualValidator::$constraintValidatorFactory | property | core/ |
The constraint validator factory. |
| RecursiveContextualValidator::$context | property | core/ |
The execution context. |
| RecursiveContextualValidator::$metadataFactory | property | core/ |
The metadata factory. |
| RecursiveContextualValidator::atPath | function | core/ |
|
| RecursiveContextualValidator::getViolations | function | core/ |
|
| RecursiveContextualValidator::validate | function | core/ |
Validates a value against a constraint or a list of constraints. |
| RecursiveContextualValidator::validateConstraints | function | core/ |
Validates a node's value against all constraints in the given group. |
| RecursiveContextualValidator::validateNode | function | core/ |
Validates a Typed Data node in the validation tree. |
| RecursiveContextualValidator::validateProperty | function | core/ |
|
| RecursiveContextualValidator::validatePropertyValue | function | core/ |
|
| RecursiveContextualValidator::__construct | function | core/ |
Creates a validator for the given context. |
| RecursiveContextualValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\TypedData\Validation\RecursiveContextualValidator[[api-linebreak]] @group typedData |
| RecursiveContextualValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\TypedData\Validation\RecursiveContextualValidator[[api-linebreak]] @group Validation |
| RecursiveContextualValidatorTest.php | file | core/ |
|
| RecursiveContextualValidatorTest.php | file | core/ |
Contains \Drupal\Tests\Core\TypedData\RecursiveContextualValidatorTest. |
| RecursiveContextualValidatorTest::$contextFactory | property | core/ |
The execution context factory. |
| RecursiveContextualValidatorTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 175
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.