You are here

public function OrderWeightTotal::query in Ubercart 8.4

Called to add the field to a query.

Overrides FieldPluginBase::query

File

uc_order/src/Plugin/views/field/OrderWeightTotal.php, line 53

Class

OrderWeightTotal
Total weight field handler.

Namespace

Drupal\uc_order\Plugin\views\field

Code

public function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}