You are here

function backup_migrate_source_db_mysql::get_file_type_id in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/sources.db.mysql.inc \backup_migrate_source_db_mysql::get_file_type_id()
  2. 7.3 includes/sources.db.mysql.inc \backup_migrate_source_db_mysql::get_file_type_id()

Get the file type for to backup this source to.

Overrides backup_migrate_source_db::get_file_type_id

File

includes/sources.db.mysql.inc, line 81
Functions to handle the direct to database source.

Class

backup_migrate_source_db_mysql
A source type for backing up from database server.

Code

function get_file_type_id() {
  return 'mysql';
}