function backup_migrate_location::set_name in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/locations.inc \backup_migrate_location::set_name()
- 7.3 includes/locations.inc \backup_migrate_location::set_name()
File
- includes/
locations.inc, line 133
Class
- backup_migrate_location
- A base class for creating locations.
Code
function set_name($name) {
return $this->name = $name;
}