You are here

public function MoveToWishlist::clickSortable in Commerce Wishlist 8.3

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/MoveToWishlist.php, line 85

Class

MoveToWishlist
Defines a form element for moving or copying the wishlist item to the cart.

Namespace

Drupal\commerce_wishlist\Plugin\views\field

Code

public function clickSortable() {
  return FALSE;
}