You are here

service replication.normalizer.link_item in Replication 8

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

Class

Drupal\replication\Normalizer\LinkItemNormalizer

Tags

  • normalizer

File

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

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