You are here

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\field

Code

public function clickSortable() {
  return FALSE;
}