You are here

public function ShipmentInterface::getShippingService in Commerce Shipping 8.2

Gets the shipping service.

Return value

string|null The shipping service, or NULL if unknown.

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

File

src/Entity/ShipmentInterface.php, line 111

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getShippingService();