You are here

public function ShipmentInterface::setShippingService in Commerce Shipping 8.2

Sets the shipping service.

Parameters

string $shipping_service: The shipping service.

Return value

$this

1 method overrides ShipmentInterface::setShippingService()
Shipment::setShippingService in src/Entity/Shipment.php
Sets the shipping service.

File

src/Entity/ShipmentInterface.php, line 121

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function setShippingService($shipping_service);