function bootstrap_layouts_update_8402 in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 bootstrap_layouts.install \bootstrap_layouts_update_8402()
Fix "1 Column (stacked)" regions.
File
- ./
bootstrap_layouts.install, line 73 - 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);
}