You are here

function ctools_form_alter in Chaos Tool Suite (ctools) 6

Implements hook_form_alter().

File

./ctools.module, line 451
CTools primary module file.

Code

function ctools_form_alter(&$form, $form_state, $form_id) {
  $form['#after_build'][] = 'ctools_ajax_form_after_build';
}