You are here

public function stylizer_ui::edit_form_type_submit in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 stylizer/plugins/export_ui/stylizer_ui.class.php \stylizer_ui::edit_form_type_submit()

File

stylizer/plugins/export_ui/stylizer_ui.class.php, line 287

Class

stylizer_ui
UI class for Stylizer.

Code

public function edit_form_type_submit(&$form, &$form_state) {
  list($form_state['item']->style_module, $form_state['item']->style_type) = explode('-', $form_state['values']['type']);
}