cqc_webform_scheduled_tasks_cron |
./webform_scheduled_tasks.module |
This method makes sure we only fire at a set frequency. |
|
|
drush_webform_scheduled_tasks |
./webform_scheduled_tasks.drush.inc |
Method to run the various drush commands depending on the arguments supplied. |
|
|
sanitize_webform_field |
./webform_scheduled_tasks.module |
Function to perform the DB Update. |
1 |
|
webform_scheduled_tasks_do_actions |
./webform_scheduled_tasks.module |
Function that does the actions, must also be triggerable by a drush command. |
2 |
1 |
webform_scheduled_tasks_drush_command |
./webform_scheduled_tasks.drush.inc |
Implements hook_drush_command(). |
|
|
webform_scheduled_tasks_get_config |
./webform_scheduled_tasks.module |
Gets the value of a config item. |
4 |
|
webform_scheduled_tasks_set_config |
./webform_scheduled_tasks.module |
Sets the value of a config item. |
2 |
|