function form_example_elements in Examples for Developers 6
Implementation of form_example_elements().
To keep the various pieces of the example together, this just returns _form_example_elements().
File
- form_example/
form_example.module, line 182 - Examples demonstrating the Drupal Form API.
Code
function form_example_elements() {
return _form_example_elements();
}