You are here

public function ViewsConditionalField::clickSortable in Views Conditional 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/ViewsConditionalField.php, line 463

Class

ViewsConditionalField
Field handler to flag the node type.

Namespace

Drupal\views_conditional\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}