protected property FieldItemBase::$properties

The array of properties.

Field objects are instantiated during object construction and cannot be replaced by others, so computed properties can safely store references on other properties.

Type: array

File

drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php, line 52
Definition of Drupal\Core\Entity\Field\FieldItemBase.

Class

FieldItemBase
An entity field item.

Namespace

Drupal\Core\Entity\Field

Code

protected $properties = array();