1 backup.database.inc | abstract protected BackupDatabase::getTableNames() |
Get a list of tables in the database.
Return value
string[]: An array of all table names, numerically indexed.
File
- core/
includes/ backup/ backup.database.inc, line 394 - Functions to handle the direct to/from database backup source.
Class
- BackupDatabase
- A destination type for saving to a database server.
Code
abstract protected function getTableNames();