public function ShipmentType::getProfileTypeId in Commerce Shipping 8.2
Gets the profile type ID.
Return value
string The profile type ID.
Overrides ShipmentTypeInterface::getProfileTypeId
File
- src/
Entity/ ShipmentType.php, line 82
Class
- ShipmentType
- Defines the shipment type entity class.
Namespace
Drupal\commerce_shipping\EntityCode
public function getProfileTypeId() {
return $this->profileType;
}