You are here

function backup_migrate_destination::set_name in Backup and Migrate 8.2

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

File

includes/destinations.inc, line 546

Class

backup_migrate_destination
A base class for creating destinations.

Code

function set_name($name) {
  return $this->name = $name;
}