Skip to content

Instantly share code, notes, and snippets.

@styks1987
Created May 1, 2015 22:48
Show Gist options
  • Save styks1987/70ca832624378f2e4aa5 to your computer and use it in GitHub Desktop.
Save styks1987/70ca832624378f2e4aa5 to your computer and use it in GitHub Desktop.
$query = new EntityFieldQuery();
$query->entityCondition('entity_type', $content['field_parent']['#entity_type']);
$query->entityCondition('bundle', $content['field_parent']['#bundle']);
$query->fieldCondition('field_parent', render($content['field_parent']));
$result = $query->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment