You are here

function party_attached_entity_content_type_options_submit in Party 8.2

Same name and namespace in other branches
  1. 7 plugins/content_types/attached_entity/attached_entity.inc \party_attached_entity_content_type_options_submit()

File

plugins/content_types/attached_entity/attached_entity.inc, line 168
Plugin to handle attached entity content types

Code

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