You are here

function backup_migrate_destination::file_types in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 6.2 includes/destinations.inc \backup_migrate_destination::file_types()
  2. 7.2 includes/destinations.inc \backup_migrate_destination::file_types()
1 method overrides backup_migrate_destination::file_types()
backup_migrate_destination_db_mysql::file_types in includes/destinations.db.mysql.inc
Return a list of backup filetypes.

File

includes/destinations.inc, line 566

Class

backup_migrate_destination
A base class for creating destinations.

Code

function file_types() {
  return array();
}