You are here

service markdown_plugin_manager in Markdown 8.2

Class

Abstract

Tags

  • plugin_manager_cache_clear
1 string reference to markdown_plugin_manager
markdown.services.yml in ./markdown.services.yml
markdown.services.yml

File

./markdown.services.yml
markdown.services.yml

View source
  1. abstract: true
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@config.factory'
  6. - '@logger.channel.markdown'
  7. - '@module_handler'
  8. calls:
  9. - [setContainer, ['@service_container']]
  10. tags:
  11. - { name: plugin_manager_cache_clear }