public function ContentBrowserPreview::clickSortable in Content Browser 8
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
- src/
Plugin/ views/ field/ ContentBrowserPreview.php, line 139
Class
- ContentBrowserPreview
- Defines a custom field that renders a preview of a Content Entity type, and allows for changing field settings with exposed input.
Namespace
Drupal\content_browser\Plugin\views\fieldCode
public function clickSortable() {
return FALSE;
}