You are here

function bootstrap_layout_builder_update_8004 in Bootstrap Layout Builder 2.x

Make sure that dependent Bootstrap Styles module is installed.

File

./bootstrap_layout_builder.install, line 51
Installation and updating routines.

Code

function bootstrap_layout_builder_update_8004() {
  \Drupal::service('module_installer')
    ->install([
    'bootstrap_styles',
  ]);
}