You are here

function views_customfield_handler_field_phpcode::click_sortable in Views Custom Field 6

File

includes/views_customfield_handler_field_phpcode.inc, line 66
Contains the 'customfield' phpcode field handler.

Class

views_customfield_handler_field_phpcode

Code

function click_sortable() {
  return $this->options['sortable'] != VIEWS_CUSTOMFIELD_SORTABLE_NO;
}