You are here

public function backup_migrate_source::location_types in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.3 includes/sources.inc \backup_migrate_source::location_types()
  2. 6.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 179

Class

backup_migrate_source
A base class for creating sources.

Code

public function location_types() {
  return backup_migrate_get_source_subtypes();
}