Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Field / Plugin / Field / FieldType / MapItem.php
index 04045c7d242b224f981f105c0a1c90534887a08e..e15fe848bf009dd0b1901eed7f3d1c065ee821ab 100644 (file)
@@ -12,7 +12,8 @@ use Drupal\Core\Field\FieldItemBase;
  *   id = "map",
  *   label = @Translation("Map"),
  *   description = @Translation("An entity field for storing a serialized array of values."),
- *   no_ui = TRUE
+ *   no_ui = TRUE,
+ *   list_class = "\Drupal\Core\Field\MapFieldItemList",
  * )
  */
 class MapItem extends FieldItemBase {