You are here

function backup_migrate_destination_db::type_name in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 8.3 includes/destinations.db.inc \backup_migrate_destination_db::type_name()
  2. 6.2 includes/destinations.db.inc \backup_migrate_destination_db::type_name()
  3. 7.3 includes/destinations.db.inc \backup_migrate_destination_db::type_name()
  4. 7.2 includes/destinations.db.inc \backup_migrate_destination_db::type_name()
1 method overrides backup_migrate_destination_db::type_name()
backup_migrate_destination_db_mysql::type_name in includes/destinations.db.mysql.inc

File

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

Class

backup_migrate_destination_db
A destination type for saving to a database server.

Code

function type_name() {
  return t("Database");
}