You are here

protected property ShipmentItemNormalizer::$supportedInterfaceOrClass in Commerce Shipping 8.2

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/ShipmentItemNormalizer.php, line 13

Class

ShipmentItemNormalizer

Namespace

Drupal\commerce_shipping\Normalizer

Code

protected $supportedInterfaceOrClass = ShipmentItemDataType::class;