protected property Field::$list

Numerically indexed array of field items, implementing the FieldItemInterface.

Type: array

Overrides ItemList::$list

File

drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php, line 34
Contains \Drupal\Core\Entity\Field\Type\Field.

Class

Field
Represents an entity field; that is, a list of field item objects.

Namespace

Drupal\Core\Entity\Field\Type

Code

protected $list = array();