1 backup.database.inc abstract protected BackupDatabase::getViewNames()

Get a list of views in the database.

Return value

string[]: An array of all view names, numerically indexed.

File

core/includes/backup/backup.database.inc, line 402
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 getViewNames();