You are here

function oa_core_element_test_page in Open Atrium Core 7.2

Menu callback for testing th oa_core system fields.

1 string reference to 'oa_core_element_test_page'
oa_core_menu in ./oa_core.module
Implements hook_menu().

File

includes/oa_core.fields.inc, line 303
Code for custom Form API fields in Open Atrium

Code

function oa_core_element_test_page() {
  return drupal_get_form('oa_core_test_form');
}