You are here

public property backup_migrate_destination_db::$supported_ops in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.2 includes/destinations.db.inc \backup_migrate_destination_db::supported_ops
  2. 8.3 includes/destinations.db.inc \backup_migrate_destination_db::supported_ops
  3. 6.2 includes/destinations.db.inc \backup_migrate_destination_db::supported_ops
  4. 7.2 includes/destinations.db.inc \backup_migrate_destination_db::supported_ops

Overrides backup_migrate_destination::$supported_ops

File

includes/destinations.db.inc, line 14
Functions to handle the direct to database destination.

Class

backup_migrate_destination_db
A destination type for saving to a database server.

Code

public $supported_ops = array(
  'scheduled backup',
  'manual backup',
  'configure',
  'source',
);