You are here

Functions in Webform Import 6

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_import_admin_settings ./webform_import.module Implements hook_admin_settings(). 1
webform_import_cron_queue_info ./webform_import.module Sets up the worker for the queue.
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_log ./webform_import.module Log an entry regarding webform import and create a drupal message if appropriate. 1
webform_import_menu ./webform_import.module Implements hook_menu().
webform_import_process ./webform_import.module Parse the delimited file and add to the database. 1 1
webform_import_queue_create_item ./webform_import.module 1
_webform_import_csvfieldtrim ./webform_import.module Returns a trimmed field value 2
_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

Other projects