webform_encrypt_decrypt_component_data |
./webform_encrypt.module |
Decrypt all encrypted data of a component. |
1 |
|
webform_encrypt_disable |
./webform_encrypt.install |
Implementation of hook_disable(). |
|
|
webform_encrypt_encrypt_component_data |
./webform_encrypt.module |
Encrypt all non-encrypted data of a component. |
1 |
|
webform_encrypt_form_webform_admin_settings_alter |
./webform_encrypt.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
webform_encrypt_form_webform_component_edit_form_alter |
./webform_encrypt.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
webform_encrypt_permission |
./webform_encrypt.module |
Implementation of hook_permission(). |
|
|
webform_encrypt_preprocess_webform_results_table |
./webform_encrypt.module |
Preprocess for theme('webform_results_table'). |
|
|
webform_encrypt_uninstall |
./webform_encrypt.install |
Implementation of hook_uninstall(). |
|
|
webform_encrypt_webform_component_presave |
./webform_encrypt.module |
Implementation of hook_webform_component_presave().
Save encryption settings for a component. |
|
|
webform_encrypt_webform_submission_load |
./webform_encrypt.module |
Implementation of hook_webform_submission_load().
Decrypt values if encrypted |
|
|
webform_encrypt_webform_submission_presave |
./webform_encrypt.module |
Implementation of hook_webform_submission_presave().
Encrypt the value if the component has been marked as such. |
|
|