When entity get returns array, do this Wed, 06/05/2019 You are using get with fieldname and you are getting array as result, to get value as string, use getString() method like below $entity->get("fieldName")->getString() Drupal 8 Modules View the discussion thread.