You are here

service replication.normalizer.menu_link_content in Replication 8

Class

Drupal\replication\Normalizer\MenuLinkContentNormalizer

Tags

  • normalizer

File

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

View source
  1. class: Drupal\replication\Normalizer\MenuLinkContentNormalizer
  2. arguments:
  3. - '@entity.manager'
  4. - '@multiversion.entity_index.factory'
  5. - '@language_manager'
  6. - '@replication.users_mapping'
  7. - '@module_handler'
  8. - '@plugin.manager.entity_reference_selection'
  9. - '@event_dispatcher'
  10. tags:
  11. - { name: normalizer, priority: 60 }