constant BACKUP_MIGRATE_CRON_BUILTIN in Backup and Migrate 8.3
Same name and namespace in other branches
- 6.3 includes/schedules.inc \BACKUP_MIGRATE_CRON_BUILTIN
- 7.3 includes/schedules.inc \BACKUP_MIGRATE_CRON_BUILTIN
4 uses of BACKUP_MIGRATE_CRON_BUILTIN
- backup_migrate_schedule::cron in includes/
schedules.inc - Perform the cron action. Run the backup if enough time has elapsed.
- backup_migrate_schedule::edit_form in includes/
schedules.inc - Get the edit form.
- backup_migrate_schedule::get_default_values in includes/
schedules.inc - Get the default values for this item.
- backup_migrate_schedule::get_frequency_description in includes/
schedules.inc - Format a frequency in human-readable form.
File
- includes/
schedules.inc, line 12 - All of the schedule handling code needed for Backup and Migrate.
Code
define('BACKUP_MIGRATE_CRON_BUILTIN', 'builtin');