You are here

function ds_ctools_content_next in Display Suite 7.2

Same name and namespace in other branches
  1. 7 ds.field_ui.inc \ds_ctools_content_next()

Handle the 'next' click on the add/edit field form wizard.

1 string reference to 'ds_ctools_content_next'
ds_ctools_content in includes/ds.field_ui.inc
Return the configuration settings for the CTools field.

File

includes/ds.field_ui.inc, line 1413
Field UI functions for Display Suite.

Code

function ds_ctools_content_next(&$form_state) {
  ctools_object_cache_set($form_state['field_name'], $form_state['field_name'], $form_state['conf']);
}