You are here

47 classes are annotated with FieldType in Drupal 8

AutoIncrementingTestItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
Defines the 'field_method_invocation_order_test' entity field type.
BooleanItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php
Defines the 'boolean' entity field type.
ChangedItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php
Defines the 'changed' entity field type.
ChangedTestItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php
Defines the 'changed_test' entity field type.
CommentItem in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Plugin implementation of the 'comment' field type.
CreatedItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php
Defines the 'created' entity field type.
DateRangeItem in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
Plugin implementation of the 'daterange' field type.
DateTimeItem in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Plugin implementation of the 'datetime' field type.
DecimalItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
Defines the 'decimal' field type.
DummyAjaxItem in core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php
Defines a dummy field containing an AJAX handler.
EditorTestTextLongItem in core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
Plugin implementation of the 'editor_test_text_long' field type.
EmailItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php
Defines the 'email' field type.
EntityReferenceItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Defines the 'entity_reference' entity field type.
FieldTestItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
Defines the 'field_test' entity field type.
FileItem in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Plugin implementation of the 'file' field type.
FileUriItem in core/modules/file/src/Plugin/Field/FieldType/FileUriItem.php
File-specific plugin implementation of a URI item to provide a full URL.
FloatItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php
Defines the 'float' field type.
HiddenTestItem in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php
Defines the 'hidden_test' entity field item.
ImageItem in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Plugin implementation of the 'image' field type.
IntegerItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php
Defines the 'integer' field type.
InternalPropertyTestFieldItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php
Defines the 'Internal Property' entity test field type.
LanguageItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php
Defines the 'language' entity field item.
LinkItem in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Plugin implementation of the 'link' field type.
ListFloatItem in core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
Plugin implementation of the 'list_float' field type.
ListIntegerItem in core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
Plugin implementation of the 'list_integer' field type.
ListStringItem in core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
Plugin implementation of the 'list_string' field type.
MapItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php
Defines the 'map' entity field type.
MultiValueTestItem in core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php
Defines the 'multi_value_test' field type.
PasswordItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php
Defines the 'password' entity field type.
PathItem in core/modules/path/src/Plugin/Field/FieldType/PathItem.php
Defines the 'path' entity field type.
SerializedItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedItem.php
Defines the 'serialized_item' entity field type.
SerializedPropertyItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedPropertyItem.php
Defines the 'serialized_property_item_test' entity field type.
ShapeItem in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php
Defines the 'shape' field type.
ShapeItemRequired in core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php
Defines the 'shape_required' field type.
StringItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php
Defines the 'string' entity field type.
StringLongItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php
Defines the 'string_long' field type.
TelephoneItem in core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
Plugin implementation of the 'telephone' field type.
TestItem in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Defines the 'test_field' entity field item.
TestItemWithDependencies in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php
Defines the 'test_field_with_dependencies' entity field item.
TestItemWithPreconfiguredOptions in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
Defines the 'test_field_with_preconfigured_options' entity field item.
TestObjectItem in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
Defines the 'test_object_field' entity field item.
TextItem in core/modules/text/src/Plugin/Field/FieldType/TextItem.php
Plugin implementation of the 'text' field type.
TextLongItem in core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php
Plugin implementation of the 'text_long' field type.
TextWithSummaryItem in core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
Plugin implementation of the 'text_with_summary' field type.
TimestampItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
Defines the 'timestamp' entity field type.
UriItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
Defines the 'uri' entity field type.
UuidItem in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
Defines the 'uuid' entity field type.