Search for idKey
- Search 7.x for idKey
- Search 9.5.x for idKey
- Search 8.9.x for idKey
- Search 10.3.x for idKey
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityBaseUnitTest::testToArrayIdKey | function | core/ |
Tests to array id key. |
ConfigEntityStorage::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
DefaultHtmlRouteProvider::getEntityTypeIdKeyType | function | core/ |
Gets the type of the ID key for a given entity type. |
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType | function | core/ |
Tests get entity type id key type. |
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable | function | core/ |
Tests get entity type id key type not fieldable. |
EntityModerationRouteProvider::getEntityTypeIdKeyType | function | core/ |
Gets the type of the ID key for a given entity type. |
EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
KeyValueEntityStorageTest::testCreateWithoutUuidKey | function | core/ |
Tests create without uuid key. |
LinkCollection::validKey | function | core/ |
Ensures that a link key is valid. |
Mapping::getDynamicallyValidKeys | function | core/ |
Gets all dynamically valid keys. |
Mapping::getValidKeys | function | core/ |
Gets all keys allowed in this mapping. |
MigrateStubTest::testInvalidSourceIdKeys | function | core/ |
Tests invalid source ids keys. |
ResourceTestBase::$uuidKey | property | core/ |
The UUID key. |
TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType | function | core/ |
Gets the type of the ID key for a given entity type. |
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. |
YamlDirectoryDiscovery::$idKey | property | core/ |
The key contained in the discovered data that identifies it. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.