You are here

function backup_migrate_get_source_subtypes in Backup and Migrate 8.3

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

Get the available source types.

2 calls to backup_migrate_get_source_subtypes()
backup_migrate_filter_backup_restore::_get_source_types in includes/filters.backup_restore.inc
Get a list of dummy destinations representing each of the available source types.
backup_migrate_source::location_types in includes/sources.inc
Get the available location types.

File

includes/sources.inc, line 21

Code

function backup_migrate_get_source_subtypes() {
  return backup_migrate_crud_subtypes('source');
}