You are here

protected property FileEntityNormalizer::$supportedInterfaceOrClass in File Entity (fieldable files) 8.2

The interface or class that this Normalizer supports.

Type: string|array

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FileEntityNormalizer.php, line 17

Class

FileEntityNormalizer
Normalizer for File entity.

Namespace

Drupal\file_entity\Normalizer

Code

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