function backup_migrate_destination::set_name in Backup and Migrate 6.2
Same name and namespace in other branches
- 8.2 includes/destinations.inc \backup_migrate_destination::set_name()
- 7.2 includes/destinations.inc \backup_migrate_destination::set_name()
File
- includes/
destinations.inc, line 556
Class
- backup_migrate_destination
- A base class for creating destinations.
Code
function set_name($name) {
return $this->name = $name;
}