public function View::clickSortable in Views Field View 8
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/ View.php, line 59
Class
- View
- Plugin annotation @ViewsField("view");
Namespace
Drupal\views_field_view\Plugin\views\fieldCode
public function clickSortable() {
return FALSE;
}