function 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();Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
