-
Notifications
You must be signed in to change notification settings - Fork 1
Update existing node
sinsunsan edited this page Oct 4, 2012
·
4 revisions
-
EntityFieldQuery
Search in entity with some parameters. Can search on entity, metadata, fields...
Can't search in entities of different type (example users + nodes) http://api.drupal.org/api/drupal/includes%21entity.inc/class/EntityFieldQuery/7
Nice tutos on how to use this class
http://treehouseagency.com/blog/tim-cosgrove/2012/02/16/entityfieldquery-let-drupal-do-heavy-lifting-pt-1
http://drupal.org/node/1343708