You are here

function thunder_update_8116 in Thunder 8.2

Enable inline_form_errors module.

File

./thunder.install, line 752
Install, update and uninstall functions for the thunder installation profile.

Code

function thunder_update_8116() {

  /** @var \Drupal\update_helper\Updater $updater */
  $updater = \Drupal::service('update_helper.updater');
  $updater
    ->executeUpdate('thunder', 'thunder__thunder_update_8116');

  // Output logged messages to related channel of update execution.
  return $updater
    ->logger()
    ->output();
}