You are here

public function PackageWeight::usesGroupBy in Ubercart 8.4

Overrides views_handler::use_group_by().

Disables aggregation for this field.

Overrides HandlerBase::usesGroupBy

File

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

Class

PackageWeight
Field handler to provide the weight of the package.

Namespace

Drupal\uc_fulfillment\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}