You are here

function _webform_theme_time in Webform 6.2

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

Module specific instance of hook_theme().

File

components/time.inc, line 256
Webform module time component.

Code

function _webform_theme_time() {
  return array(
    'webform_time' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
    'webform_mail_time' => array(
      'arguments' => array(
        'data' => NULL,
        'component' => NULL,
      ),
    ),
  );
}