You are here

public function PackageTypeInterface::getHeight in Commerce Shipping 8.2

Gets the package type height.

Return value

\Drupal\physical\Length The package type height.

1 method overrides PackageTypeInterface::getHeight()
PackageType::getHeight in src/Plugin/Commerce/PackageType/PackageType.php
Gets the package type height.

File

src/Plugin/Commerce/PackageType/PackageTypeInterface.php, line 57

Class

PackageTypeInterface
Defines the interface for package types.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\PackageType

Code

public function getHeight();