MTShop/web/modules/contrib/bootstrap_styles/bootstrap_styles.services.yml

8 lines
417 B
YAML

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']