backup_migrate_get_destination_types
Drupal 7 backup_migrate_get_destination_types()
Get the available destination types.
4 calls to backup_migrate_get_destination_types()
File
- sites/
all/ modules/ backup_migrate/ includes/ destinations.inc, line 14 - All of the destination handling code needed for Backup and Migrate.
Code
function backup_migrate_get_destination_types() {
return module_invoke_all('backup_migrate_destination_types');
}

