You are here

public function FieldHandlerInterface::clickSortable in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::clickSortable()
  2. 10 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::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.

1 method overrides FieldHandlerInterface::clickSortable()
FieldPluginBase::clickSortable in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Determines if this field is click sortable.

File

core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php, line 28

Class

FieldHandlerInterface
Base field handler that has no options and renders an unformatted field.

Namespace

Drupal\views\Plugin\views\field

Code

public function clickSortable();