public property EntityFieldQuery::$order in Drupal 7
List of order clauses.
Type: array
File
- includes/
entity.inc, line 538
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
public $order = array();
List of order clauses.
Type: array
public $order = array();