You are here

function backup_migrate_destination_files::type_name in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 8.3 includes/destinations.file.inc \backup_migrate_destination_files::type_name()
  2. 6.3 includes/destinations.file.inc \backup_migrate_destination_files::type_name()
  3. 6.2 includes/destinations.file.inc \backup_migrate_destination_files::type_name()
  4. 7.3 includes/destinations.file.inc \backup_migrate_destination_files::type_name()
  5. 7.2 includes/destinations.file.inc \backup_migrate_destination_files::type_name()

File

includes/destinations.file.inc, line 18
A destination type for saving locally to the server.

Class

backup_migrate_destination_files
A destination type for saving locally to the server.

Code

function type_name() {
  return t("Server Directory");
}