You are here

protected property PriceNumberNormalizer::$supportedInterfaceOrClass in Commerce Core 8.2

The interface or class that this Normalizer supports.

Type: string|array

Overrides PrimitiveDataNormalizer::$supportedInterfaceOrClass

File

modules/price/tests/modules/commerce_price_test/src/Normalizer/PriceNumberNormalizer.php, line 21

Class

PriceNumberNormalizer
Normalizes price field number properties.

Namespace

Drupal\commerce_price_test\Normalizer

Code

protected $supportedInterfaceOrClass = StringData::class;