You are here

function ds_emergency_fields_attach in Display Suite 7

Same name and namespace in other branches
  1. 7.2 includes/ds.displays.inc \ds_emergency_fields_attach()

Submit callback of fields error form.

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

File

./ds.layout.inc, line 120
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.'));
}