You are here

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

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

Class

Drupal\content_sync\Normalizer\ImageItemNormalizer

Tags

  • normalizer

File

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

View source
  1. class: Drupal\content_sync\Normalizer\ImageItemNormalizer
  2. tags:
  3. - { name: normalizer, priority: 9 }
  4. arguments:
  5. - '@entity.repository'