function form_example_elements

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

Code

function form_example_elements() {
    return _form_example_elements();
}