You are here

function lightning_layout_update_8012 in Lightning Layout 8.2

Installs the layout_builder_restrictions module.

File

./lightning_layout.install, line 146
Contains installation and update routines for Lightning Layout.

Code

function lightning_layout_update_8012() {
  Drupal::service('module_installer')
    ->install([
    'layout_builder_restrictions',
  ]);
}