You are here

bootstrap_styles.services.yml in Bootstrap Styles 1.0.x

File

bootstrap_styles.services.yml
View source
  1. services:
  2. plugin.manager.bootstrap_styles:
  3. class: Drupal\bootstrap_styles\Style\StyleManager
  4. arguments: ['@container.namespaces', '@cache.default', '@module_handler']
  5. plugin.manager.bootstrap_styles_group:
  6. class: Drupal\bootstrap_styles\StylesGroup\StylesGroupManager
  7. arguments: ['@container.namespaces', '@cache.default', '@module_handler', '@plugin.manager.bootstrap_styles', '@config.factory']