You are here

function efq_views_handler_field_entity::click_sort in EntityFieldQuery Views Backend 7

Called to determine what to tell the clicksorter.

Overrides views_handler_field::click_sort

File

handlers/efq_views_handler_field_entity.inc, line 10

Class

efq_views_handler_field_entity
Field handler for entity keys.

Code

function click_sort($order) {
  $this->query->query
    ->entityOrderBy($this->real_field, $order);
}