You are here

function efq_views_handler_sort_entity::query in EntityFieldQuery Views Backend 7

Called to add the sort to a query.

Overrides views_handler_sort::query

File

handlers/efq_views_handler_sort_entity.inc, line 7

Class

efq_views_handler_sort_entity
Sort handler for entity keys.

Code

function query() {
  $this->query->query
    ->entityOrderBy($this->real_field, $this->options['order']);
}