Changes between Version 12 and Version 13 of Drupal HowTo Write Cron Tasks for CiviCRM
- Timestamp:
- 06/02/14 14:44:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Write Cron Tasks for CiviCRM
v12 v13 59 59 Things to note are: 60 60 * The jobName parameter cannot be NULL or empty. 61 * The following additional option constructor parameters can be used to change the default enabled status and frequency:61 * The following additional optional constructor parameters can be used to change the default enabled status and frequency: 62 62 * $defaultEnabled - takes values true or false. The default is false. 63 63 * $defaultFrequency - takes one of the CronHelper frequency constant values: