You are here

service plugin.manager.bootstrap_layouts in Bootstrap Layouts 8.5

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

Class

\Drupal\bootstrap_layouts\BootstrapLayoutsManager
4 string references to plugin.manager.bootstrap_layouts
BootstrapLayout::isBootstrapLayout in src/BootstrapLayout.php
Indicates if this layout is a Bootstrap Layouts layout.
BootstrapLayoutsBase::buildConfigurationForm in src/Plugin/Layout/BootstrapLayoutsBase.php
Form constructor.
_bootstrap_layouts_ensure_dependency in ./bootstrap_layouts.install
Ensures the proper module and services exist.
_bootstrap_layouts_update in ./bootstrap_layouts.install
Runs updates for registered update plugins.

File

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

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