You are here

function backup_migrate_destination::set_type in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 6.2 includes/destinations.inc \backup_migrate_destination::set_type()
  2. 7.2 includes/destinations.inc \backup_migrate_destination::set_type()

File

includes/destinations.inc, line 550

Class

backup_migrate_destination
A base class for creating destinations.

Code

function set_type($type) {
  $this->type = $type;
}