public function ShipmentSubscriber::destruct in Commerce Shipping 8.2
File
- src/
EventSubscriber/ ShipmentSubscriber.php, line 121
Class
Namespace
Drupal\commerce_shipping\EventSubscriberCode
public function destruct() {
if ($this->shipmentsToClear) {
$this
->clearShipments();
}
}