You are here

public function PackageWeight::query in Ubercart 8.4

Overrides uc_product_handler_field_weight::query().

Overrides FieldPluginBase::query

File

shipping/uc_fulfillment/src/Plugin/views/field/PackageWeight.php, line 32

Class

PackageWeight
Field handler to provide the weight of the package.

Namespace

Drupal\uc_fulfillment\Plugin\views\field

Code

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