You are here

function lightning_layout_update_8008 in Lightning Layout 8

Same name and namespace in other branches
  1. 8.2 lightning_layout.install \lightning_layout_update_8008()

Installs the Panelizer Quick Edit module.

File

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

Code

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