You are here

protected property FileEntityNormalizer::$supportedInterfaceOrClass in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Normalizer/FileEntityNormalizer.php \Drupal\content_sync\Normalizer\FileEntityNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FileEntityNormalizer.php, line 24

Class

FileEntityNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

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