You are here

function example_drupal_get_form in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_drupal_get_form()

File

coder_upgrade/tests/old/samples/example.module, line 1748

Code

function example_drupal_get_form() {
  $form = drupal_get_form('example_my_form', $p0);
  return drupal_get_form($form_id);
}