You are here

function backup_migrate_destination_filesource::type_name in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::type_name()
  2. 7.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::type_name()
1 method overrides backup_migrate_destination_filesource::type_name()
backup_migrate_files_destination_archivesource::type_name in includes/sources.archivesource.inc

File

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

Class

backup_migrate_destination_filesource
A destination type for saving locally to the server.

Code

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