namespace Drupal\Core\Entity\Field\Type

Classsort descending Location Description
BooleanItem drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php Defines the 'boolean_field' entity field item.
DateItem drupal/core/lib/Drupal/Core/Entity/Field/Type/DateItem.php Defines the 'date_field' entity field item.
EntityReferenceItem drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php Defines the 'entityreference_field' entity field item.
EntityTranslation drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php Makes translated entity properties available via the Field API.
EntityWrapper drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php Defines an 'entity' data type, e.g. the computed 'entity' property of entity references.
Field drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php An entity field, i.e. a list of field items.
IntegerItem drupal/core/lib/Drupal/Core/Entity/Field/Type/IntegerItem.php Defines the 'integer_field' entity field item.
LanguageItem drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php Defines the 'language_field' entity field item.
StringItem drupal/core/lib/Drupal/Core/Entity/Field/Type/StringItem.php Defines the 'string_field' entity field item.