You are here

24 calls to backup_migrate_item::get() in Backup and Migrate 6.3

backup_migrate_destination::edit_form in includes/destinations.inc
Get the edit form for the item.
backup_migrate_destination::load_files_info in includes/destinations.inc
Load up the file's metadata from the accompanying .info file if applicable.
backup_migrate_item::delete_confirm_message in includes/crud.inc
Get the message to send to the user when confirming the deletion of the item.
backup_migrate_item::edit_form in includes/crud.inc
Get the edit form for the item.
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::revert_confirm_message in includes/crud.inc
Get the message to send to the user when confirming the deletion of the item.
backup_migrate_item::to_array in includes/crud.inc
Return as an array of values.
backup_migrate_location::edit_form in includes/locations.inc
Get the edit form for the item.
backup_migrate_location::get_subtype_name in includes/locations.inc
Get the type name of this location for display to the user.
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_profile::get_all_locations in includes/profiles.inc
Get the source and destinations specified in the given settings profile
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_ids in includes/schedules.inc
Get the destination object of the schedule.
backup_migrate_schedule::get_destination_local in includes/schedules.inc
Get the destination object of the schedule.
backup_migrate_schedule::get_destination_remote in includes/schedules.inc
Get the destination object of the schedule.
backup_migrate_schedule::get_frequency_description in includes/schedules.inc
Format a frequency in human-readable form.
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::run in includes/schedules.inc
Run the actual 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.