You are here

protected property LayoutSectionItemList::$list in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Field/LayoutSectionItemList.php \Drupal\layout_builder\Field\LayoutSectionItemList::list
  2. 10 core/modules/layout_builder/src/Field/LayoutSectionItemList.php \Drupal\layout_builder\Field\LayoutSectionItemList::list

Numerically indexed array of field items.

Type: \Drupal\layout_builder\Plugin\Field\FieldType\LayoutSectionItem[]

Overrides FieldItemList::$list

File

core/modules/layout_builder/src/Field/LayoutSectionItemList.php, line 30

Class

LayoutSectionItemList
Defines an item list class for layout section fields.

Namespace

Drupal\layout_builder\Field

Code

protected $list = [];