You are here

function config_pages_content_content_type_edit_form_submit in Config Pages 7

Submit function.

File

plugins/content_types/content/content.inc, line 101
Node content CCT.

Code

function config_pages_content_content_type_edit_form_submit($form, &$form_state) {
  $form_state['conf'] = $form_state['values']['conf'];
}