You are here

theme_compiler.services.yml in Theme Compiler 8

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

File

theme_compiler.services.yml
View source
  1. services:
  2. theme_compiler.controller:
  3. class: 'Drupal\theme_compiler\Controller\ThemeCompilerController'
  4. arguments: ['@config.factory', '@plugin.manager.theme_compiler']
  5. theme_compiler.route_helper:
  6. class: 'Drupal\theme_compiler\Routing\RouteHelper'
  7. arguments: ['@theme_handler']
  8. plugin.manager.theme_compiler:
  9. class: 'Drupal\theme_compiler\Plugin\ThemeCompilerPluginManager'
  10. parent: default_plugin_manager