hook_webform_share_export_alter |
./webform_share.api.php |
Alter the node data prior to exporting webform data. |
|
|
hook_webform_share_import_alter |
./webform_share.api.php |
Alter the webform data prior to importing. |
|
|
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_get_next_max_cid |
./webform_share.module |
Retrieves that last "cid" for a node's webform. |
1 |
|
webform_share_install |
./webform_share.install |
Implements hook_install(). |
|
|
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_node_insert |
./webform_share.module |
Implements hook_node_insert(). |
|
|
webform_share_node_type_defaults |
./webform_share.module |
Helper function to get the content type defaults. |
2 |
|
webform_share_permission |
./webform_share.module |
Implements hook_permission().
This is required as we are handling PHP based files on import / export. |
|
|
webform_share_uninstall |
./webform_share.install |
Implements hook_uninstall(). |
|
|
webform_share_update_7000 |
./webform_share.install |
Implements hook_install(). |
|
|
_webform_share_eval |
./webform_share.module |
Private helper function to assist in getting the information from the
webform dump. |
2 |
|