public property Field::$type

The field type.

Field types are defined by modules that implement hook_field_info().

Example: text, number_integer.

Type: string

File

drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php, line 77
Contains \Drupal\field\Plugin\Core\Entity\Field.

Class

Field
Defines the Field entity.

Namespace

Drupal\field\Plugin\Core\Entity

Code

public $type;