function bootstrap_layouts_update_8401 in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 bootstrap_layouts.install \bootstrap_layouts_update_8401()
Upgrade existing Bootstrap Layout instances.
File
- ./
bootstrap_layouts.install, line 65 - 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);
}