public function DblogOperations::clickSortable in Drupal 8
Same name and namespace in other branches
- 9 core/modules/dblog/src/Plugin/views/field/DblogOperations.php \Drupal\dblog\Plugin\views\field\DblogOperations::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.
Overrides FieldPluginBase::clickSortable
File
- core/
modules/ dblog/ src/ Plugin/ views/ field/ DblogOperations.php, line 20
Class
- DblogOperations
- Provides a field handler that renders operation link markup.
Namespace
Drupal\dblog\Plugin\views\fieldCode
public function clickSortable() {
return FALSE;
}