You are here

bibcite.services.yml in Bibliography & Citation 2.0.x

Same filename and directory in other branches
  1. 8 bibcite.services.yml

File

bibcite.services.yml
View source
  1. services:
  2. plugin.manager.bibcite_processor:
  3. class: Drupal\bibcite\Plugin\BibCiteProcessorManager
  4. parent: default_plugin_manager
  5. plugin.manager.bibcite_format:
  6. class: Drupal\bibcite\Plugin\BibciteFormatManager
  7. arguments: ['@module_handler', '@cache.discovery']
  8. bibcite.citation_styler:
  9. class: Drupal\bibcite\CitationStyler
  10. arguments: ['@plugin.manager.bibcite_processor', '@config.factory', '@language_manager', '@entity_type.manager']
  11. bibcite.human_name_parser:
  12. class: Drupal\bibcite\HumanNameParser
  13. bibcite.help_service:
  14. class: Drupal\bibcite\HelpService
  15. bibcite.format_param_converter:
  16. class: Drupal\bibcite\Routing\FormatConverter
  17. arguments: ['@plugin.manager.bibcite_format']
  18. tags:
  19. - { name: paramconverter }