webform_encrypt_disable |
./webform_encrypt.install |
Implementation of hook_disable(). |
|
|
webform_encrypt_form_alter |
./webform_encrypt.module |
Implementation of hook_form_alter(). |
|
|
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_perm |
./webform_encrypt.module |
Implementation of hook_perm(). |
|
|
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_presave |
./webform_encrypt.module |
Implementation of hook_webform_submission_presave().
Encrypt the value if the component has been marked as such. |
|
|
webform_encrypt_webform_submission_render_alter |
./webform_encrypt.module |
Implementation of hook_webform_submission_render_alter().
Decrypt values when displaying webform submissions. |
|
|
_webform_encrypt_decrypt_nested_values |
./webform_encrypt.module |
Helper function to recursively decrypt values in a webform structure. |
1 |
|