You are here

public function MoveToWishlist::query in Commerce Wishlist 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MoveToWishlist.php, line 191

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 query() {

  // Do nothing.
}