EFQ Helper
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Entity field queries are a powerful tool for quering data from Drupal's entity system. This module provides a EfqHelper class which extends the EntityFieldQuery class providing shortcuts to common EFQ usage. This is a module intended to assist in development and provides no functionality visible to an end user.
Example Usage
Here is an example to load the last 10 article type (bundle) nodes created with field_featured (a checkbox, perhaps) set to 1.
