You are here

micon.services.yml in Micon 8

Same filename and directory in other branches
  1. 2.x micon.services.yml

File

micon.services.yml
View source
  1. services:
  2. twig.micon:
  3. class: 'Drupal\micon\TwigExtension\Micon'
  4. tags:
  5. - { name: twig.extension }
  6. plugin.manager.micon.discovery:
  7. class: Drupal\micon\MiconDiscoveryManager
  8. arguments: ['@module_handler', '@theme_handler', '@cache.discovery']
  9. micon.icon.manager:
  10. class: Drupal\micon\MiconIconManager
  11. arguments: ["@entity_type.manager", "@cache.discovery"]