You are here

function _webform_theme_file in Webform 7.3

Same name and namespace in other branches
  1. 6.3 components/file.inc \_webform_theme_file()
  2. 6.2 components/file.inc \_webform_theme_file()
  3. 7.4 components/file.inc \_webform_theme_file()

Implements _webform_theme_component().

File

components/file.inc, line 38
Webform module file component.

Code

function _webform_theme_file() {
  return array(
    'webform_edit_file_extensions' => array(
      'render element' => 'element',
      'file' => 'components/file.inc',
    ),
    'webform_display_file' => array(
      'render element' => 'element',
      'file' => 'components/file.inc',
    ),
  );
}