public function DatabaseSourceInterface::getTables in Backup and Migrate 8.4
Get an array of tables with some info. Each entry must have at least a 'name' key containing the table name.
Return value
array
1 method overrides DatabaseSourceInterface::getTables()
- DatabaseSource::getTables in lib/
backup_migrate_core/ src/ Source/ DatabaseSource.php - Get an array of tables with some info. Each entry must have at least a 'name' key containing the table name.
File
- lib/
backup_migrate_core/ src/ Source/ DatabaseSourceInterface.php, line 23
Class
- DatabaseSourceInterface
- Interface DatabaseSourceInterface.
Namespace
BackupMigrate\Core\SourceCode
public function getTables();