You are here

function yamlform_update_8074 in YAML Form 8

Issue #2833576: Custom confirmation attributes and back link.

File

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

Code

function yamlform_update_8074(&$sandbox) {

  // Update 'yamlform.settings' configuration.
  _yamlform_update_admin_settings();

  // Update 'yamlform.yamlform.*' configuration.
  _yamlform_update_form_settings();
}