You are here

public function ShipmentItemNormalizer::normalize in Commerce Shipping 8.2

File

src/Normalizer/ShipmentItemNormalizer.php, line 18

Class

ShipmentItemNormalizer

Namespace

Drupal\commerce_shipping\Normalizer

Code

public function normalize($object, $format = NULL, array $context = []) {
  assert($object instanceof ShipmentItemDataType);
  return $object
    ->toArray();
}