You are here

function ctools_context_handler_edit_criteria_submit in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 includes/context-task-handler.inc \ctools_context_handler_edit_criteria_submit()

Submit handler for rules selection

File

includes/context-task-handler.inc, line 369
Support for creating 'context' type task handlers.

Code

function ctools_context_handler_edit_criteria_submit(&$form, &$form_state) {
  $form_state['handler']->conf['access']['logic'] = $form_state['values']['logic'];
}