public function OpignoModuleResultActions::clickSortable in Opigno module 8
Same name and namespace in other branches
- 3.x src/Plugin/views/field/OpignoModuleResultActions.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleResultActions::clickSortable()
Determines if this field is click sortable.
Return value
bool The value of 'click sortable' from the plugin definition, this defaults to TRUE if not set.
Overrides FieldPluginBase::clickSortable
File
- src/
Plugin/ views/ field/ OpignoModuleResultActions.php, line 221
Class
- OpignoModuleResultActions
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\opigno_module\Plugin\views\fieldCode
public function clickSortable() {
return FALSE;
}