You are here

protected property FileEntityNormalizer::$supportedInterfaceOrClass in Better Normalizers 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FileEntityNormalizer.php, line 21

Class

FileEntityNormalizer
Normalizer for File entity.

Namespace

Drupal\better_normalizers\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\file\\FileInterface';