You are here

Functions in Webform share 6

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_share_components_update_form ./webform_share.module This form is used to update or to reset the webform. 1
webform_share_components_update_form_submit ./webform_share.module Submit callback to update the node.
webform_share_export ./webform_share.module Menu callback to generate the webform dump. 1
webform_share_form_node_type_form_alter ./webform_share.module This hooks into the node type form to add the webform share default settings textarea.
webform_share_menu ./webform_share.module Implements hook_menu().
webform_share_menu_access ./webform_share.module Menu access callback. Custom check on both the user access and node access. 1
webform_share_nodeapi ./webform_share.module Implements hook_nodeapi(). Sets the default components on a webbform node.
webform_share_node_type_defaults ./webform_share.module Helper function to get the content type defaults. 2
webform_share_perm ./webform_share.module Implements hook_perm(). This is required as we are handling PHP based files on import / export.
webform_share_update_node ./webform_share.module This resets the node webform array and resaves the node. The Webform module does the rest. 2
_webform_share_eval ./webform_share.module Private helper function to assist in getting the information from the webform dump. 2

Other projects