function _webform_theme_email in Webform 7.3
Same name and namespace in other branches
- 6.3 components/email.inc \_webform_theme_email()
- 7.4 components/email.inc \_webform_theme_email()
Implements _webform_theme_component().
File
- components/
email.inc, line 34 - Webform module email component.
Code
function _webform_theme_email() {
return array(
'webform_email' => array(
'render element' => 'element',
'file' => 'components/email.inc',
),
'webform_display_email' => array(
'render element' => 'element',
'file' => 'components/email.inc',
),
);
}