function FieldHandlerInterface::clickSortable

Same name and namespace in other branches
  1. 8.9.x 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()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.