You are here

property backup_migrate_location::$default_values in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location::default_values
  2. 7.3 includes/locations.inc \backup_migrate_location::default_values

Overrides backup_migrate_item::$default_values

File

includes/locations.inc, line 87

Class

backup_migrate_location
A base class for creating locations.

Code

var $default_values = array(
  'settings' => array(),
);