Skip to content

Instantly share code, notes, and snippets.

@init90
Last active September 24, 2018 10:04
Show Gist options
  • Save init90/1125f84887e130ac1fbdae859b47dbb1 to your computer and use it in GitHub Desktop.
Save init90/1125f84887e130ac1fbdae859b47dbb1 to your computer and use it in GitHub Desktop.
Drupal 8, get first field collection item.
if ($entity->get('FIELD_COLLECTION_FIELD')->count() > 0) {
$settings = $entity->get('FIELD_COLLECTION_FIELD')->first()->getFieldCollectionItem();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment