FieldConfigBase::$field_type

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;
doc_Drupal
2016-10-29 09:10:49
Comments
Leave a Comment

Please login to continue.