You are here

function drupalgap_form_after_build in DrupalGap 7.2

File

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

Code

function drupalgap_form_after_build($form, &$form_state) {

  //dpm($form);
  return $form;
}