You are here

bibcite_marc.services.yml in Bibliography & Citation 8

Same filename and directory in other branches
  1. 2.0.x modules/bibcite_marc/bibcite_marc.services.yml
modules/bibcite_marc/bibcite_marc.services.yml

File

modules/bibcite_marc/bibcite_marc.services.yml
View source
  1. services:
  2. bibcite_marc.encoder.marc:
  3. class: Drupal\bibcite_marc\Encoder\MarcEncoder
  4. tags:
  5. - { name: encoder, format: marc }
  6. bibcite_marc.normalizer.reference:
  7. class: Drupal\bibcite_marc\Normalizer\MarcReferenceNormalizer
  8. tags:
  9. - { name: normalizer, priority: 5 }
  10. arguments: ['@entity_type.manager', '@config.factory', '@entity_type.repository', '@entity_field.manager']
  11. calls:
  12. - [setFormat, ['marc']]
  13. properties:
  14. defaultType: 'misc'
  15. contributorKey: 'authors'
  16. keywordKey: 'keywords'