Skip to content

Instantly share code, notes, and snippets.

@BramEsposito
Last active December 10, 2015 08:08
Show Gist options
  • Save BramEsposito/4405434 to your computer and use it in GitHub Desktop.
Save BramEsposito/4405434 to your computer and use it in GitHub Desktop.
Drupal: get field items from entity
<?php
$items = field_get_items('node', $node, 'field_yourfield', $node->language);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment