You are here

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

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/LinkCollectionNormalizer.php, line 49

Class

LinkCollectionNormalizer
Normalizes a LinkCollection object.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = LinkCollection::class;