You are here

service replication.normalizer.redirect_source_item in Replication 8

Class

Drupal\replication\Normalizer\RedirectSourceItemNormalizer

Tags

  • normalizer

File

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

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