You are here

public function PriceListInterface::getWeight in Commerce Pricelist 8.2

Gets the weight.

Return value

int The weight.

1 method overrides PriceListInterface::getWeight()
PriceList::getWeight in src/Entity/PriceList.php
Gets the weight.

File

src/Entity/PriceListInterface.php, line 195

Class

PriceListInterface
Defines the interface for price lists.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getWeight();