You are here

function bootstrap_layouts_update_8401 in Bootstrap Layouts 8.4

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

Upgrade existing Bootstrap Layout instances.

File

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

Code

function bootstrap_layouts_update_8401() {

  /** @see \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\Updates\BootstrapLayoutsUpdate8401 */
  _bootstrap_layouts_update(8401);
}