protected property FileEntityNormalizer::$supportedInterfaceOrClass in Content Synchronization 8.2
Same name and namespace in other branches
- 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\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\file\\FileInterface';