Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TypedDataAwareValidatorTrait.php | file | core/ |
|
| TypedDataAwareValidatorTrait::getTypedData | function | core/ |
Gets the typed data object for the validated value. |
| TypedDataCacheableDependencyInterface | interface | core/ |
Test interface used for mocking. |
| TypedDataDefinitionEntityBundleTest | class | core/ |
Tests data type metadata for entity bundles. |
| TypedDataDefinitionEntityBundleTest.php | file | core/ |
|
| TypedDataDefinitionEntityBundleTest::$entityTestBundleStorage | property | core/ |
The storage for the 'entity_test_bundle' entity type. |
| TypedDataDefinitionEntityBundleTest::$modules | property | core/ |
|
| TypedDataDefinitionEntityBundleTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| TypedDataDefinitionEntityBundleTest::setUp | function | core/ |
|
| TypedDataDefinitionEntityBundleTest::testEntityBundleDefinitions | function | core/ |
Tests that entity bundle definitions are derived correctly. |
| TypedDataDefinitionTest | class | core/ |
Tests deriving metadata of core data types. |
| TypedDataDefinitionTest.php | file | core/ |
|
| TypedDataDefinitionTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| TypedDataDefinitionTest::setUp | function | core/ |
|
| TypedDataDefinitionTest::testDataReferences | function | core/ |
Tests deriving metadata from data references. |
| TypedDataDefinitionTest::testLists | function | core/ |
Tests deriving metadata about list items. |
| TypedDataDefinitionTest::testMaps | function | core/ |
Tests deriving metadata about maps. |
| TypedDataDefinitionTest::testNotImplementedGetType | function | core/ |
Tests getString() throws exception when getType() is not implemented. |
| TypedDataInterface | interface | core/ |
Interface for typed data objects. |
| TypedDataInterface.php | file | core/ |
|
| TypedDataInterface::applyDefaultValue | function | core/ |
Applies the default value. |
| TypedDataInterface::createInstance | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedDataInterface::getConstraints | function | core/ |
Gets a list of validation constraints. |
| TypedDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
| TypedDataInterface::getName | function | core/ |
Returns the name of a property or item. |
| TypedDataInterface::getParent | function | core/ |
Returns the parent data structure; i.e. either complex data or a list. |
| TypedDataInterface::getPropertyPath | function | core/ |
Returns the property path of the data. |
| TypedDataInterface::getRoot | function | core/ |
Returns the root of the typed data tree. |
| TypedDataInterface::getString | function | core/ |
Returns a string representation of the data. |
| TypedDataInterface::getValue | function | core/ |
Gets the data value. |
| TypedDataInterface::setContext | function | core/ |
Sets the context of a property or item via a context aware parent. |
| TypedDataInterface::setValue | function | core/ |
Sets the data value. |
| TypedDataInterface::validate | function | core/ |
Validates the currently set data value. |
| TypedDataInternalPropertiesHelper | class | core/ |
Helper class for internal properties. |
| TypedDataInternalPropertiesHelper.php | file | core/ |
|
| TypedDataInternalPropertiesHelper::getNonInternalProperties | function | core/ |
Gets an array non-internal properties from a complex data object. |
| TypedDataManager | class | core/ |
Manages data type plugins. |
| TypedDataManager.php | file | core/ |
|
| TypedDataManager::$classResolver | property | core/ |
The class resolver. |
| TypedDataManager::$constraintManager | property | core/ |
The validation constraint manager to use for instantiating constraints. |
| TypedDataManager::$prototypes | property | core/ |
An array of typed data property prototypes. |
| TypedDataManager::$validator | property | core/ |
The validator used for validating typed data. |
| TypedDataManager::clearCachedDefinitions | function | core/ |
|
| TypedDataManager::create | function | core/ |
|
| TypedDataManager::createDataDefinition | function | core/ |
|
| TypedDataManager::createInstance | function | core/ |
|
| TypedDataManager::createListDataDefinition | function | core/ |
|
| TypedDataManager::getCanonicalRepresentation | function | core/ |
|
| TypedDataManager::getDefaultConstraints | function | core/ |
|
| TypedDataManager::getInstance | function | core/ |
Pagination
- Previous page
- Page 1691
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.