You are here

public function EditQuantity::query in Commerce Wishlist 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/EditQuantity.php, line 94

Class

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

Namespace

Drupal\commerce_wishlist\Plugin\views\field

Code

public function query() {

  // Do nothing.
}