public function FieldHandlerInterface::clickSortable in Drupal 8
Same name and namespace in other branches
- 9 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\fieldCode
public function clickSortable();