You are here

service theme_compiler.compile_subscriber in Theme Compiler 2.0.x

Class

\Drupal\theme_compiler\EventSubscriber\CompileSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: \Drupal\theme_compiler\EventSubscriber\CompileSubscriber
  2. arguments:
  3. - '@theme_compiler.compiler'
  4. - '@theme_handler'
  5. - '@config.typed'
  6. tags:
  7. - { name: event_subscriber }