You are here

function backup_migrate_source::location_types in Backup and Migrate 8.3

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

Get the available location types.

Overrides backup_migrate_location::location_types

File

includes/sources.inc, line 177

Class

backup_migrate_source
A base class for creating sources.

Code

function location_types() {
  return backup_migrate_get_source_subtypes();
}