bibcite_footnotes-8.x-1.0-beta3/bibcite_footnotes.services.yml
bibcite_footnotes.services.yml
services:
bibcite_footnotes.citation_tools:
class: Drupal\bibcite_footnotes\CitationTools
arguments: ['@entity_type.manager', '@serializer', '@renderer']
bibcite_footnotes.inline_citation_styler:
class: Drupal\bibcite_footnotes\InlineCitationStyler
arguments: ['@plugin.manager.bibcite_processor', '@config.factory', '@language_manager', '@entity_type.manager']
bibcite_footnotes.works_cited_styler:
class: Drupal\bibcite_footnotes\WorksCitedStyler
arguments: ['@plugin.manager.bibcite_processor', '@config.factory', '@language_manager', '@entity_type.manager']
plugin.manager.filter:
class: Drupal\filter\FilterPluginManager
arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@config.factory']
tags:
- { name: plugin_manager_cache_clear }
