You are here

function backup_migrate_get_destination_subtypes in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/destinations.inc \backup_migrate_get_destination_subtypes()
  2. 7.3 includes/destinations.inc \backup_migrate_get_destination_subtypes()

Get the available destination types.

2 calls to backup_migrate_get_destination_subtypes()
backup_migrate_destination::edit_form in includes/destinations.inc
Get the edit form for the item.
backup_migrate_filter_backup_restore::_get_destination_types in includes/filters.backup_restore.inc
Get a list of dummy destinations representing each of the available destination types.

File

includes/destinations.inc, line 14

Code

function backup_migrate_get_destination_subtypes() {
  return backup_migrate_crud_subtypes('destination');
}