The field type.
This property is denormalized from the field storage for optimization of the "entity and render cache hits" critical paths. If not present in the $values passed to create(), it is populated from the field storage in postCreate(), and saved in config records so that it is present on subsequent loads.
Type: string
File
- core/lib/Drupal/Core/Field/FieldConfigBase.php, line 44
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\Field
Code
protected $field_type;
Please login to continue.