You are here

service bibcite_entity.normalizer.contributor in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/bibcite_entity.services.yml \bibcite_entity.normalizer.contributor

Class

Drupal\bibcite_entity\Normalizer\ContributorNormalizer

Tags

  • normalizer

File

modules/bibcite_entity/bibcite_entity.services.yml
modules/bibcite_entity/bibcite_entity.services.yml

View source
  1. class: Drupal\bibcite_entity\Normalizer\ContributorNormalizer
  2. tags:
  3. - { name: normalizer, priority: 5 }
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@entity_type.repository'
  7. - '@entity_field.manager'