You are here

protected property FieldItemNormalizer::$supportedInterfaceOrClass in Commerce Cart API 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FieldItemNormalizer.php, line 17

Class

FieldItemNormalizer
Field item normalizer which flattens output.

Namespace

Drupal\commerce_cart_api\Normalizer

Code

protected $supportedInterfaceOrClass = FieldItemInterface::class;