You are here

function _webform_theme_file in Webform 6.3

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

Implements _webform_theme_component().

File

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

Code

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