function views_handler_field::click_sortable
Same name in other branches
- 7.x-3.x handlers/views_handler_field.inc \views_handler_field::click_sortable()
Determine if this field is click sortable.
File
-
handlers/
views_handler_field.inc, line 134
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function click_sortable() {
return !empty($this->definition['click sortable']);
}