You are here

function webform_update_8146 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.install.update.inc \webform_update_8146()

Issue #3000542: Remove webform_devel.module logger debugging.

File

includes/webform.install.update.inc, line 2716
Archived Webform update hooks.

Code

function webform_update_8146() {
  if ($config = \Drupal::configFactory()
    ->getEditable('webform_devel.settings')) {
    $config
      ->delete();
  }
}