You are here

function _webform_theme_file in Webform 6.2

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

Module specific instance of hook_theme().

File

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

Code

function _webform_theme_file() {
  return array(
    'webform_edit_file' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
    'webform_mail_file' => array(
      'arguments' => array(
        'data' => NULL,
        'component' => NULL,
      ),
    ),
  );
}