public property EntityFieldQuery::$range in Drupal 7
The query range.
Type: array
See also
File
- includes/
entity.inc, line 547
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
public $range = array();
The query range.
Type: array
public $range = array();