You are here

bootstrap_layouts.services.yml in Bootstrap Layouts 8.5

Same filename and directory in other branches
  1. 8.4 bootstrap_layouts.services.yml

File

bootstrap_layouts.services.yml
View source
  1. services:
  2. plugin.manager.bootstrap_layouts:
  3. class: \Drupal\bootstrap_layouts\BootstrapLayoutsManager
  4. calls:
  5. - [setContainer, ['@service_container']]
  6. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler', '@theme.manager', '@plugin.manager.core.layout', '@plugin.manager.bootstrap_layouts.update']
  7. plugin.manager.bootstrap_layouts.update:
  8. class: \Drupal\bootstrap_layouts\BootstrapLayoutsUpdateManager
  9. calls:
  10. - [setContainer, ['@service_container']]
  11. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler', '@theme.manager']
  12. bootstrap_layouts_uninstall_validator:
  13. class: \Drupal\bootstrap_layouts\BootstrapLayoutsUninstallValidator
  14. tags:
  15. - { name: module_install.uninstall_validator }
  16. arguments: ['@plugin.manager.bootstrap_layouts']
  17. lazy: true