You are here

public function MoveToCart::query in Commerce Wishlist 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MoveToCart.php, line 238

Class

MoveToCart
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.
}