You are here

function ctools_dependent_process in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/dependent.inc \ctools_dependent_process()

Process callback to add dependency to form items.

File

includes/dependent.inc, line 129
Provide dependent checkboxes that can be easily used in forms.

Code

function ctools_dependent_process($element, &$form_state, &$form) {
  return $element;
}