You are here

public function RemoveButton::query in Commerce Core 8.2

Called to add the field to a query.

Overrides FieldPluginBase::query

File

modules/cart/src/Plugin/views/field/RemoveButton.php, line 128

Class

RemoveButton
Defines a form element for removing the order item.

Namespace

Drupal\commerce_cart\Plugin\views\field

Code

public function query() {

  // Do nothing.
}