You are here

function ds_emergency_fields_attach in Display Suite 7.2

Same name and namespace in other branches
  1. 7 ds.layout.inc \ds_emergency_fields_attach()

Submit callback of fields error form.

1 string reference to 'ds_emergency_fields_attach'
ds_emergency in includes/ds.displays.inc
Emergency page.

File

includes/ds.displays.inc, line 133
Shows the overview screen with all links to entities.

Code

function ds_emergency_fields_attach($form, &$form_state) {
  variable_set('ds_disable', $form_state['values']['ds_disable']);
  drupal_set_message(t('The configuration options have been saved.'));
}