You are here

public function EditQuantity::clickSortable in Commerce Core 8.2

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

modules/cart/src/Plugin/views/field/EditQuantity.php, line 85

Class

EditQuantity
Defines a form element for editing the order item quantity.

Namespace

Drupal\commerce_cart\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}