You are here

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

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

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/FieldItemNormalizer.php, line 25

Class

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

Namespace

Drupal\jsonapi_extras\Normalizer

Code

protected $supportedInterfaceOrClass = FieldItemInterface::class;