function ctools_element_info_alter in Chaos Tool Suite (ctools) 7
Implements hook_element_info_alter().
File
- ./ctools.module, line 701 
- CTools primary module file.
Code
function ctools_element_info_alter(&$type) {
  ctools_include('dependent');
  ctools_dependent_element_info_alter($type);
}