You are here

service replication.normalizer.link_item in Replication 8.2

Same name and namespace in other branches
  1. 8 replication.services.yml \replication.normalizer.link_item

Class

Drupal\replication\Normalizer\LinkItemNormalizer

Tags

  • replication_normalizer

File

./replication.services.yml
replication.services.yml

View source
  1. class: Drupal\replication\Normalizer\LinkItemNormalizer
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@plugin.manager.entity_reference_selection'
  5. tags:
  6. - { name: replication_normalizer, priority: 40 }