You are here

function yamlform_update_8002 in YAML Form 8

Issue #2701113: Rework form submission view to use templates.

File

includes/yamlform.update.inc, line 76
YAML Form module update hooks.

Code

function yamlform_update_8002(&$sandbox) {
  $settings_config = \Drupal::configFactory()
    ->getEditable('yamlform.settings');
  $settings_config
    ->clear('display');
  $settings_config
    ->save();
}