public function backup_migrate_location::ops in Backup and Migrate 7.3
Same name and namespace in other branches
- 8.3 includes/locations.inc \backup_migrate_location::ops()
- 6.3 includes/locations.inc \backup_migrate_location::ops()
1 call to backup_migrate_location::ops()
- backup_migrate_location::op in includes/
locations.inc - Does this location support the given operation.
File
- includes/
locations.inc, line 112
Class
- backup_migrate_location
- A base class for creating locations.
Code
public function ops() {
return $this->supported_ops;
}