You are here

function _webform_theme_email in Webform 6.3

Same name and namespace in other branches
  1. 7.4 components/email.inc \_webform_theme_email()
  2. 7.3 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(
      'arguments' => array(
        'element' => NULL,
      ),
      'file' => 'components/email.inc',
    ),
    'webform_display_email' => array(
      'arguments' => array(
        'component' => NULL,
        'value' => NULL,
        'format' => 'plain',
      ),
      'file' => 'components/email.inc',
    ),
  );
}