You are here

12 calls to DataDefinition::create() in Zircon Profile 8.0

ContextHandlerTest::testApplyContextMapping in core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
@covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingConfigurableAssigned in core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
@covers ::applyContextMapping
ContextTypedDataTest::testGetContextValue in core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php
Tests that getting a context value does not throw fatal errors.
DataDefinition::createFromDataType in core/lib/Drupal/Core/TypedData/DataDefinition.php
Creates a new data definition object.
DataReferenceDefinition::create in core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php
Creates a new data reference definition.
FilterAPITest::testTypedDataAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the function of the typed data type.
ListDataDefinition::createFromDataType in core/lib/Drupal/Core/TypedData/ListDataDefinition.php
Creates a new data definition object.
PrimitiveTypeConstraintValidatorTest::provideTestValidate in core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
RecursiveContextualValidatorTest::testBasicValidateWithoutConstraints in core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
@covers ::validate
TypedDataDefinitionTest::testMaps in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about maps.
TypedDataTest::createTypedData in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Creates a typed data object and ensures it implements TypedDataInterface.
TypedDataTest::testTypedDataMaps in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using a typed data map.