You are here

public function PackageTypeInterface::getId in Commerce Shipping 8.2

Gets the package type ID.

Return value

string The package type ID.

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

File

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

Class

PackageTypeInterface
Defines the interface for package types.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\PackageType

Code

public function getId();