You are here

function yamlform_update_8061 in YAML Form 8

Issue #2811167: Sortable options table element.

File

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

Code

function yamlform_update_8061() {
  $settings_config = \Drupal::configFactory()
    ->getEditable('yamlform.settings');
  $settings_config
    ->set('elements.types.yamlform_table_sort', 'yamlform_table_sort');
  $settings_config
    ->save();
}