You are here

22 classes are annotated with DataType in Drupal 9

Any in core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php
The "any" data type.
BinaryData in core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php
The binary data type.
BooleanData in core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php
The boolean data type.
ComputedTestCacheableString in core/modules/system/tests/modules/entity_test/src/Plugin/DataType/ComputedTestCacheableString.php
The string data type with cacheability metadata.
DateTimeIso8601 in core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php
A data type for ISO 8601 date strings.
DurationIso8601 in core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php
The duration ISO8601 data type.
Email in core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php
The Email data type.
EntityAdapter in core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
Defines the "entity" data type.
EntityReference in core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php
Defines an 'entity_reference' data type.
FieldItem in core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php
Defines the base plugin for deriving data types for field types.
FilterFormat in core/modules/filter/src/Plugin/DataType/FilterFormat.php
The filter format data type.
FloatData in core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php
The float data type.
IntegerData in core/lib/Drupal/Core/TypedData/Plugin/DataType/IntegerData.php
The integer data type.
ItemList in core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
A generic list class.
Language in core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php
Defines the 'language' data type.
LanguageReference in core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php
Defines the 'language_reference' data type.
Map in core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php
The "map" data type.
StringData in core/lib/Drupal/Core/TypedData/Plugin/DataType/StringData.php
The string data type.
TestDataType in core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php
Provides a test data type.
TimeSpan in core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php
The time span data type represents durations as number of seconds.
Timestamp in core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php
The timestamp data type.
Uri in core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php
The URI data type.