1 backup.database.inc | protected BackupDatabase::getObjectNames() |
Get a list of objects in the database.
File
- core/
includes/ backup/ backup.database.inc, line 384 - Functions to handle the direct to/from database backup source.
Class
- BackupDatabase
- A destination type for saving to a database server.
Code
protected function getObjectNames() {
return array_merge($this->getTableNames(), $this->getViewNames());
}