You are here

function views_php_handler_field::click_sort 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_sort()
  2. 7 plugins/views/views_php_handler_field.inc \views_php_handler_field::click_sort()

Implements views_handler_field#click_sort().

Overrides views_handler_field::click_sort

See also

self::php_post_execute()

File

plugins/views/views_php_handler_field.inc, line 105

Class

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

Code

function click_sort($order) {
  $this->php_click_sort_order = $order;
}