You are here

public function EntityFormField::clickSortable in Views Entity Form Field 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/EntityFormField.php, line 342

Class

EntityFormField
Defines a views form element for an entity field widget.

Namespace

Drupal\views_entity_form_field\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}