You are here

public function RemoveButton::query in Commerce Wishlist 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/RemoveButton.php, line 123

Class

RemoveButton
Defines a form element for removing the wishlist item.

Namespace

Drupal\commerce_wishlist\Plugin\views\field

Code

public function query() {

  // Do nothing.
}