You are here

function drupalgap_form_alter in DrupalGap 7.2

Implements hook_form_alter().

File

./drupalgap.module, line 6
A module to provide a bridge between Drupal websites and PhoneGap mobile applications.

Code

function drupalgap_form_alter(&$form, &$form_state, $form_id) {

  //dpm($form);

  //$form['#after_build'][] = 'drupalgap_form_after_build';
}