You are here

public function FileBrowserPreview::clickSortable in File 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/FileBrowserPreview.php, line 51

Class

FileBrowserPreview
Defines a custom field that renders a preview of a file, for the purposes of.

Namespace

Drupal\file_browser\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}