function imce_elements in IMCE 6
Same name and namespace in other branches
- 5 imce.module \imce_elements()
- 6.2 imce.module \imce_elements()
Implementation of hook_elements().
File
- ./
imce.module, line 111
Code
function imce_elements() {
return array(
'textarea' => array(
'#process' => array(
'imce_textarea',
),
),
);
}