You are here

theme_compiler.services.yml in Theme Compiler 2.0.x

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

File

theme_compiler.services.yml
View source
  1. services:
  2. theme_compiler.compile_subscriber:
  3. class: '\Drupal\theme_compiler\EventSubscriber\CompileSubscriber'
  4. arguments: ['@theme_compiler.compiler', '@theme_handler', '@config.typed']
  5. tags:
  6. - { name: 'event_subscriber' }
  7. theme_compiler.compiler:
  8. class: '\Drupal\theme_compiler\Compiler'
  9. arguments: ['@cache_tags.invalidator', '@plugin.manager.compiler', '@file_system', '@messenger', '@module_handler', '@router.route_provider', '@theme_handler', '@theme.initialization', '@theme.manager']
  10. theme_compiler.controller:
  11. class: '\Drupal\theme_compiler\Controller\ThemeCompilerController'
  12. arguments: ['@theme_compiler.compiler', '@module_handler', '@theme.manager']
  13. theme_compiler.route_helper:
  14. class: '\Drupal\theme_compiler\Routing\RouteHelper'
  15. arguments: ['@theme_handler']