You are here

function backup_migrate_location::ops in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location::ops()
  2. 7.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 107

Class

backup_migrate_location
A base class for creating locations.

Code

function ops() {
  return $this->supported_ops;
}