You are here

function _webform_theme_time in Webform 7.4

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

Implements _webform_theme_component().

File

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

Code

function _webform_theme_time() {
  return array(
    'webform_time' => array(
      'render element' => 'element',
      'file' => 'components/time.inc',
    ),
    'webform_display_time' => array(
      'render element' => 'element',
      'file' => 'components/time.inc',
    ),
  );
}