You are here

public function entity_views_handler_field_text::click_sort in Entity API 7

Adds a click-sort to the query.

Overrides views_handler_field::click_sort

File

views/handlers/entity_views_handler_field_text.inc, line 49
Contains the entity_views_handler_field_text class.

Class

entity_views_handler_field_text
A handler to display text data.

Code

public function click_sort($order) {
  EntityFieldHandlerHelper::click_sort($this, $order);
}