Search for key
| Title | Object type | File name | Summary |
|---|---|---|---|
| UpdateHookRegistryTest::$keyValueStore | property | core/ |
|
| UpdateManager::$keyValueStore | property | core/ |
The key/value store. |
| UpdateProcessor::$privateKey | property | core/ |
The private key. |
| Upsert::$key | property | core/ |
The unique or primary key of the table. |
| Upsert::key | function | core/ |
Sets the unique / primary key field to be used as condition for this query. |
| UpsertTest::testUpsertWithKeywords | function | core/ |
Confirms that we can upsert records with keywords successfully. |
| ValidKeysConstraint | class | core/ |
Checks that all the keys of a mapping are valid and required keys present. |
| ValidKeysConstraint.php | file | core/ |
|
| ValidKeysConstraint::$allowedKeys | property | core/ |
Keys which are allowed in the validated array, or `<infer>` to auto-detect. |
| ValidKeysConstraint::$dynamicInvalidKeyMessage | property | core/ |
The error message if a key is unknown for the resolved type. |
| ValidKeysConstraint::$dynamicMissingRequiredKeyMessage | property | core/ |
The error message if a dynamically required key is missing. |
| ValidKeysConstraint::$indexedArrayMessage | property | core/ |
The error message if the array being validated is a list. |
| ValidKeysConstraint::$invalidKeyMessage | property | core/ |
The error message if a key is invalid. |
| ValidKeysConstraint::$missingRequiredKeyMessage | property | core/ |
The error message if a key is missing. |
| ValidKeysConstraint::getAllowedKeys | function | core/ |
Returns the list of valid keys. |
| ValidKeysConstraint::getDefaultOption | function | core/ |
|
| ValidKeysConstraint::getRequiredOptions | function | core/ |
|
| ValidKeysConstraintValidator | class | core/ |
Validates the ValidKeys constraint. |
| ValidKeysConstraintValidator.php | file | core/ |
|
| ValidKeysConstraintValidator::getDynamicMessageParameters | function | core/ |
Computes message parameters for dynamic type violations. |
| ValidKeysConstraintValidator::validate | function | core/ |
|
| ValidKeysConstraintValidatorTest | class | core/ |
Tests the ValidKeys validation constraint. |
| ValidKeysConstraintValidatorTest.php | file | core/ |
|
| ValidKeysConstraintValidatorTest::$config | property | core/ |
The typed config under test. |
| ValidKeysConstraintValidatorTest::assertValidationErrors | function | core/ |
Asserts a set of validation errors is raised when the config is validated. |
| ValidKeysConstraintValidatorTest::setUp | function | core/ |
|
| ValidKeysConstraintValidatorTest::testBothUnknownAndDynamicallyRequiredKeys | function | core/ |
Tests detecting both unknown and required keys. |
| ValidKeysConstraintValidatorTest::testDynamicallyRequiredKeys | function | core/ |
Tests detecting missing dynamically required keys. |
| ValidKeysConstraintValidatorTest::testMarkedAsOptional | function | core/ |
Tests ValidKeys constraint validator detecting optional keys. |
| ValidKeysConstraintValidatorTest::testRequiredKeys | function | core/ |
Tests detecting missing required keys. |
| ValidKeysConstraintValidatorTest::testSupportedKeys | function | core/ |
Tests detecting unsupported keys. |
| ValidKeysConstraintValidatorTest::testUnknownKeys | function | core/ |
Tests detecting unknown keys. |
| ValidKeysConstraintValidatorTest::testValidation | function | core/ |
Tests the ValidKeys constraint validator. |
| ValidKeysConstraintValidatorTest::testValidKeyInference | function | core/ |
Tests that valid keys can be inferred from the data definition. |
| ValidSequenceKeysConstraint | class | core/ |
Checks that all the keys of a sequence match the specified constraints. |
| ValidSequenceKeysConstraint.php | file | core/ |
|
| ValidSequenceKeysConstraint::$message | property | core/ |
The error message if a sequence key is invalid. |
| ValidSequenceKeysConstraint::create | function | core/ |
Creates an instance of the plugin. |
| ValidSequenceKeysConstraintValidator | class | core/ |
Validates that all the keys of a sequence match the specified constraints. |
| ValidSequenceKeysConstraintValidator.php | file | core/ |
|
| ValidSequenceKeysConstraintValidator::validate | function | core/ |
|
| ValidSequenceKeysConstraintValidator::__construct | function | core/ |
|
| ValidSequenceKeysValidatorTest | class | core/ |
Tests ValidSequenceKeys validation constraint with both valid and invalid values. |
| ValidSequenceKeysValidatorTest.php | file | core/ |
|
| ValidSequenceKeysValidatorTest::$typedConfigManager | property | core/ |
The typed configuration manager. |
| ValidSequenceKeysValidatorTest::$typedData | property | core/ |
The typed data manager to use. |
| ValidSequenceKeysValidatorTest::dataProvider | function | core/ |
Data provider for test. |
| ValidSequenceKeysValidatorTest::setUp | function | core/ |
|
| ValidSequenceKeysValidatorTest::testValidation | function | core/ |
Tests the AllowedValues validation constraint validator. |
| VariationCacheTest::$cacheKeys | property | core/ |
The cache keys this test will store things under. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.