You are here

function yamlform_update_8046 in YAML Form 8

Issue #2792681: Allow a YAML Form's source entity to be (optionally) populated using query string parameters.

File

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

Code

function yamlform_update_8046() {

  // Add 'form_prepopulate_source_entity' settings for forms.
  _yamlform_update_form_settings();
}