1 drupal.inc | drupal_process_states(&$elements) |
Adds JavaScript to change the state of an element based on another element.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1029 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_process_states(&$elements) {
backdrop_process_states($elements);
}