You are here

Functions in Webform Import 7

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_import_csvtemplate ./webform_import.module Creates a downloadable CSV template file corresponding to a Webform structure. 1
webform_import_form ./webform_import.module Client form generation function. Allows the user to upload a delimited file. 1
webform_import_form_submit ./webform_import.module Form submission function to parse the delimited file and add to the database. 1
webform_import_help ./webform_import.module Implements hook_help().
webform_import_menu ./webform_import.module Implements hook_menu().
webform_import_permission ./webform_import.module Implements hook_perm().
_webform_import_csvfieldtrim ./webform_import.module Returns a trimmed field value 1
_webform_import_delimiter_options ./webform_import.module Returns a list of value delimiters we can use. 1
_webform_import_field_key_options ./webform_import.module Returns a list of field header types we can use. 2
_webform_import_import ./webform_import.module Function to parse the delimited file and add submissions to the database. 1

Other projects