You are here

bibcite_endnote.services.yml in Bibliography & Citation 8

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

File

modules/bibcite_endnote/bibcite_endnote.services.yml
View source
  1. services:
  2. bibcite_endnote.encoder.endnote7:
  3. class: Drupal\bibcite_endnote\Encoder\EndnoteEncoder
  4. tags:
  5. - { name: encoder, format: 'endnote7' }
  6. bibcite_endnote.encoder.endnote8:
  7. class: Drupal\bibcite_endnote\Encoder\EndnoteEncoder
  8. tags:
  9. - { name: encoder, format: 'endnote8' }
  10. bibcite_endnote.encoder.endnote_tagged:
  11. class: Drupal\bibcite_endnote\Encoder\EndnoteEncoder
  12. tags:
  13. - { name: encoder, format: 'tagged' }
  14. bibcite_endnote.normalizer.reference:
  15. class: Drupal\bibcite_endnote\Normalizer\EndnoteReferenceNormalizer
  16. tags:
  17. - { name: normalizer, priority: 5 }
  18. arguments: ['@entity_type.manager', '@config.factory', '@entity_type.repository', '@entity_field.manager']
  19. calls:
  20. - [setFormat, [['endnote7','endnote8','tagged']]]
  21. properties:
  22. defaultType: 'Generic'
  23. contributorKey: 'authors'
  24. keywordKey: 'keywords'