You are here

function views_php_handler_field::click_sortable in Views PHP 7.2

Same name and namespace in other branches
  1. 6 plugins/views/views_php_handler_field.inc \views_php_handler_field::click_sortable()
  2. 7 plugins/views/views_php_handler_field.inc \views_php_handler_field::click_sortable()

Implements views_handler_field#click_sortable().

Overrides views_handler_field::click_sortable

File

plugins/views/views_php_handler_field.inc, line 96

Class

views_php_handler_field
A handler to provide a field that is constructed by the administrator using PHP.

Code

function click_sortable() {
  return $this->options['use_php_click_sortable'] != self::CLICK_SORT_DISABLED;
}