You are here

public function ShipmentInterface::clearAdjustments in Commerce Shipping 8.2

Removes all adjustments that belong to the shipment.

Return value

$this

1 method overrides ShipmentInterface::clearAdjustments()
Shipment::clearAdjustments in src/Entity/Shipment.php
Removes all adjustments that belong to the shipment.

File

src/Entity/ShipmentInterface.php, line 304

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function clearAdjustments();