You are here

function bootstrap_layouts_update_8402 in Bootstrap Layouts 8.4

Same name and namespace in other branches
  1. 8.5 bootstrap_layouts.install \bootstrap_layouts_update_8402()

Fix "1 Column (stacked)" regions.

File

./bootstrap_layouts.install, line 47
Install, uninstall and update hooks for the Bootstrap Layouts module.

Code

function bootstrap_layouts_update_8402() {

  /** @see \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\Updates\BootstrapLayoutsUpdate8402 */
  _bootstrap_layouts_update(8402);
}