You are here

protected property UserEntityNormalizer::$supportedInterfaceOrClass in Tome 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

modules/tome_sync/src/Normalizer/UserEntityNormalizer.php, line 15

Class

UserEntityNormalizer
Normalizes/denormalizes Drupal user entities into an array structure.

Namespace

Drupal\tome_sync\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\user\\UserInterface';