Gets a field item list.
string $field_name: The name of the field to get; e.g., 'title' or 'name'.
\Drupal\Core\Field\FieldItemListInterface The field item list, containing the field items.
\InvalidArgumentException If an invalid field name is given.
public function get($field_name);