You are here

protected property FieldItemNormalizer::$supportedInterfaceOrClass in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/Normalizer/FieldItemNormalizer.php \Drupal\jsonapi\Normalizer\FieldItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/FieldItemNormalizer.php, line 35

Class

FieldItemNormalizer
Converts the Drupal field item object to a JSON:API array structure.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = FieldItemInterface::class;