Skip to content

Instantly share code, notes, and snippets.

@sanguis
Created December 18, 2012 20:06
Show Gist options
  • Save sanguis/4331449 to your computer and use it in GitHub Desktop.
Save sanguis/4331449 to your computer and use it in GitHub Desktop.
<?php
$query = new EntityFieldQuery();
$query
->entityCondition('entity_type', 'node')
->fieldCondition('field_campaign_filename', 'value', $value '=')
$result = $query->execute();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment