You are here

constant BACKUP_MIGRATE_CRON_BUILTIN in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/schedules.inc \BACKUP_MIGRATE_CRON_BUILTIN
  2. 7.3 includes/schedules.inc \BACKUP_MIGRATE_CRON_BUILTIN
5 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.
backup_migrate_schedule::get_profile in includes/schedules.inc
Get the destination of the schedule.

File

includes/schedules.inc, line 12
All of the schedule handling code needed for Backup and Migrate.

Code

define('BACKUP_MIGRATE_CRON_BUILTIN', 'builtin');