You are here

function thunder_update_8130 in Thunder 8.2

Hide content lock messages on other forms than node edit.

File

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

Code

function thunder_update_8130() {

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

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