You are here

function _webform_theme_date in Webform 6.2

Same name and namespace in other branches
  1. 6.3 components/date.inc \_webform_theme_date()
  2. 7.4 components/date.inc \_webform_theme_date()
  3. 7.3 components/date.inc \_webform_theme_date()

Module specific instance of hook_theme().

File

components/date.inc, line 315
Webform module date component.

Code

function _webform_theme_date() {
  return array(
    'webform_date' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
    'webform_mail_date' => array(
      'arguments' => array(
        'data' => NULL,
        'component' => NULL,
      ),
    ),
  );
}