You are here

icon.services.yml in Icon API 8

File

icon.services.yml
View source
  1. services:
  2. plugin.manager.icon_set:
  3. class: \Drupal\icon\IconSetManager
  4. calls:
  5. - [setContainer, ['@service_container']]
  6. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler', '@theme.manager']
  7. plugin.manager.icon_provider:
  8. class: \Drupal\icon\IconProviderManager
  9. calls:
  10. - [setContainer, ['@service_container']]
  11. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler', '@theme.manager']
  12. plugin.manager.icon_renderer:
  13. class: \Drupal\icon\IconRendererManager
  14. calls:
  15. - [setContainer, ['@service_container']]
  16. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler', '@theme.manager']