public function ImageBrowserPreview::clickSortable in Image Entity 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/ ImageBrowserPreview.php, line 46 - Contains \Drupal\image_browser\Plugin\views\field.
Class
- ImageBrowserPreview
- Defines a custom field that renders a preview of a file, for the purposes of.
Namespace
Drupal\image_browser\Plugin\views\fieldCode
public function clickSortable() {
return FALSE;
}