You are here

service content_sync.normalizer.file_entity in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x content_sync.services.yml \content_sync.normalizer.file_entity

Class

Drupal\content_sync\Normalizer\FileEntityNormalizer

Tags

  • normalizer

File

./content_sync.services.yml
content_sync.services.yml

View source
  1. class: Drupal\content_sync\Normalizer\FileEntityNormalizer
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.repository'
  5. - '@entity_field.manager'
  6. - '@entity_type.bundle.info'
  7. - '@entity.repository'
  8. - '@plugin.manager.sync_normalizer_decorator'
  9. - '@file_system'
  10. tags:
  11. - { name: normalizer, priority: 7 }