function form_example_theme

Same name in other branches
  1. 7.x-1.x 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

Code

function form_example_theme() {
    return _form_example_element_theme();
}