webform_confirm_email_form_alter |
./webform_confirm_email.module |
Implementation of hook_form_alter(). |
|
|
webform_confirm_email_form_webform_component_edit_form_alter |
./webform_confirm_email.module |
Implementation of hook_form_alter(). |
|
|
webform_confirm_email_help |
./webform_confirm_email.module |
Provide online user help. |
|
|
webform_confirm_email_install |
./webform_confirm_email.install |
Implementation of hook_install(). |
|
|
webform_confirm_email_mail_alter |
./webform_confirm_email.module |
Implementation of hook_mail_alter(). |
|
|
webform_confirm_email_menu |
./webform_confirm_email.module |
Implementation of hook_menu(). |
|
|
webform_confirm_email_schema |
./webform_confirm_email.install |
Implementation of hook_schema(). |
|
|
webform_confirm_email_uninstall |
./webform_confirm_email.install |
Implementation of hook_uninstall(). |
|
|
_webform_confirm_email |
./webform_confirm_email.module |
Verify that the correct user is confirming his email address using cryptographic signature. |
|
1 |
_webform_confirm_email_component_submit |
./webform_confirm_email.module |
Checks if this webform necessitates email address confirmation. |
|
1 |
_webform_confirm_email_get_sid |
./webform_confirm_email.module |
Get submission ID given |
1 |
|
_webform_confirm_email_required |
./webform_confirm_email.module |
Does the webform require email address confirmation? |
3 |
|
_webform_confirm_email_required_set |
./webform_confirm_email.module |
Make the webform require email address confirmation. |
2 |
|
_webform_confirm_email_store_message |
./webform_confirm_email.module |
Store the message we hijacked when we sent confirmation email instead. |
1 |
|
_webform_confirm_email_strip_name |
./webform_confirm_email.module |
Takes email address of the form bob <bob@example.com> and returns bob@example.com
If only supplied bob@example.com it returns that |
1 |
|
_webform_confirm_email_submit |
./webform_confirm_email.module |
Checks if this webform necessitates email address confirmation. |
|
1 |