public function ShipmentTypeInterface::setProfileTypeId in Commerce Shipping 8.2
Sets the profile type ID.
Parameters
string $profile_type_id: The profile type ID.
Return value
$this
1 method overrides ShipmentTypeInterface::setProfileTypeId()
- ShipmentType::setProfileTypeId in src/
Entity/ ShipmentType.php - Sets the profile type ID.
File
- src/
Entity/ ShipmentTypeInterface.php, line 28
Class
- ShipmentTypeInterface
- Defines the interface for shipment types.
Namespace
Drupal\commerce_shipping\EntityCode
public function setProfileTypeId($profile_type_id);