bootstrap_styles-1.0.x-dev/bootstrap_styles.services.yml
bootstrap_styles.services.yml
services:
plugin.manager.bootstrap_styles:
class: Drupal\bootstrap_styles\Style\StyleManager
arguments: ['@container.namespaces', '@cache.default', '@module_handler']
plugin.manager.bootstrap_styles_group:
class: Drupal\bootstrap_styles\StylesGroup\StylesGroupManager
arguments: ['@container.namespaces', '@cache.default', '@module_handler', '@plugin.manager.bootstrap_styles', '@config.factory']
