Skip to content

Instantly share code, notes, and snippets.

@shadcn
Created April 10, 2014 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadcn/10392401 to your computer and use it in GitHub Desktop.
Save shadcn/10392401 to your computer and use it in GitHub Desktop.
Drupal - Get field value using entity api
<?php
$value = entity_metadata_wrapper('node', $node)->field_foo_bar->value();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment