You are here

service theme_compiler.compiler in Theme Compiler 2.0.x

Class

\Drupal\theme_compiler\Compiler

File

./theme_compiler.services.yml
theme_compiler.services.yml

View source
  1. class: \Drupal\theme_compiler\Compiler
  2. arguments:
  3. - '@cache_tags.invalidator'
  4. - '@plugin.manager.compiler'
  5. - '@file_system'
  6. - '@messenger'
  7. - '@module_handler'
  8. - '@router.route_provider'
  9. - '@theme_handler'
  10. - '@theme.initialization'
  11. - '@theme.manager'