You are here

service content_sync.normalizer.content_entity in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 content_sync.services.yml \content_sync.normalizer.content_entity

Class

Drupal\content_sync\Normalizer\ContentEntityNormalizer

Tags

  • normalizer

File

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

View source
  1. class: Drupal\content_sync\Normalizer\ContentEntityNormalizer
  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. tags:
  10. - { name: normalizer, priority: 6 }