You are here

service plugin.manager.bootstrap_layouts.update in Bootstrap Layouts 8.5

Same name and namespace in other branches
  1. 8.4 bootstrap_layouts.services.yml \plugin.manager.bootstrap_layouts.update

Class

\Drupal\bootstrap_layouts\BootstrapLayoutsUpdateManager
1 string reference to plugin.manager.bootstrap_layouts.update
BootstrapLayoutsManager::create in src/BootstrapLayoutsManager.php
Instantiates a new instance of this class.

File

./bootstrap_layouts.services.yml
bootstrap_layouts.services.yml

View source
  1. class: \Drupal\bootstrap_layouts\BootstrapLayoutsUpdateManager
  2. calls:
  3. - [setContainer, ['@service_container']]
  4. arguments:
  5. - '@container.namespaces'
  6. - '@cache.discovery'
  7. - '@module_handler'
  8. - '@theme_handler'
  9. - '@theme.manager'