You are here

protected property ConfigEntityNormalizer::$supportedInterfaceOrClass in JSON:API 8

The interface or class that this Normalizer supports.

Type: string

Overrides EntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/ConfigEntityNormalizer.php, line 23

Class

ConfigEntityNormalizer
Converts the Drupal config entity object to a JSON API array structure.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = ConfigEntityInterface::class;