function form_example_theme in Examples for Developers 6
Same name and namespace in other branches
- 7 form_example/form_example.module \form_example_theme()
Implementation of hook_theme().
To keep the various parts of the example together, this actually returns _form_example_element_theme().
File
- form_example/
form_example.module, line 191 - Examples demonstrating the Drupal Form API.
Code
function form_example_theme() {
return _form_example_element_theme();
}