12 calls to backup_migrate_item::get() in Backup and Migrate 7.2
- backup_migrate_item::get_list_row in includes/
crud.inc - Get a row of data to be used in a list of items of this type.
- backup_migrate_item::to_array in includes/
crud.inc - Return as an array of values.
- backup_migrate_profile::delete_confirm_message in includes/
profiles.inc - Get the message to send to the user when confirming the deletion of the item.
- backup_migrate_profile::edit_form in includes/
profiles.inc - Get the edit form.
- backup_migrate_schedule::cron in includes/
schedules.inc - Perform the cron action. Run the backup if enough time has elapsed.
- backup_migrate_schedule::delete_confirm_message in includes/
schedules.inc - Get the message to send to the user when confirming the deletion of the item.
- backup_migrate_schedule::edit_form in includes/
schedules.inc - Get the edit form.
- backup_migrate_schedule::get_destination in includes/
schedules.inc - Get the destination object of the schedule.
- backup_migrate_schedule::get_last_run in includes/
schedules.inc - Set the last run time of a schedule to the given timestamp, or now if none specified.
- backup_migrate_schedule::get_last_run_description in includes/
schedules.inc - Format the enabled status in human-readable form.
- backup_migrate_schedule::get_profile in includes/
schedules.inc - Get the destination of the schedule.
- backup_migrate_schedule::update_last_run in includes/
schedules.inc - Set the last run time of a schedule to the given timestamp, or now if none specified.