You are here

function _webform_theme_email in Webform 7.4

Same name and namespace in other branches
  1. 6.3 components/email.inc \_webform_theme_email()
  2. 7.3 components/email.inc \_webform_theme_email()

Implements _webform_theme_component().

File

components/email.inc, line 39
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',
    ),
  );
}