You are here

public function ShipmentTypeInterface::getProfileTypeId in Commerce Shipping 8.2

Gets the profile type ID.

Return value

string The profile type ID.

1 method overrides ShipmentTypeInterface::getProfileTypeId()
ShipmentType::getProfileTypeId in src/Entity/ShipmentType.php
Gets the profile type ID.

File

src/Entity/ShipmentTypeInterface.php, line 18

Class

ShipmentTypeInterface
Defines the interface for shipment types.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getProfileTypeId();