You are here

function backup_migrate_get_sources in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.3 includes/sources.inc \backup_migrate_get_sources()
  2. 6.3 includes/sources.inc \backup_migrate_get_sources()

Get all the available backup sources.

6 calls to backup_migrate_get_sources()
backup_migrate_filter_backup_restore::backup_settings_default in includes/filters.backup_restore.inc
Get the default backup settings for this filter.
backup_migrate_filter_backup_restore::backup_settings_form in includes/filters.backup_restore.inc
Get the form for the backup settings for this filter.
backup_migrate_get_source in includes/sources.inc
Get the destination of the given id.
backup_migrate_ui_schedule in ./backup_migrate.module
The menu callback for quick schedules.
_backup_migrate_drush_sources in includes/backup_migrate.drush.inc
Get a list of available destinations with the given op.

... See full list

File

includes/sources.inc, line 15

Code

function backup_migrate_get_sources() {
  return backup_migrate_crud_get_items('source');
}