function ds_ctools_content_next in Display Suite 7
Same name and namespace in other branches
- 7.2 includes/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 ./
ds.field_ui.inc - Return the configuration settings for the CTools field.
File
- ./
ds.field_ui.inc, line 1031 - 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']);
}