function example_elements in Coder 7.2
Same name and namespace in other branches
- 7 coder_upgrade/tests/old/samples/example.module \example_elements()
Implementation of hook_elements().
http://drupal.org/node/224333#hook_element_info
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 1763
Code
function example_elements() {
$type['filter_format'] = array(
'#input' => TRUE,
);
return $type;
}