You are here

abstract protected function DatabaseSource::getRawTables in Backup and Migrate 5.0.x

Internal overridable function to actually generate table info.

Return value

array

2 calls to DatabaseSource::getRawTables()
DatabaseSource::getRawTableNames in src/Core/Source/DatabaseSource.php
Get the list of tables from this db.
DatabaseSource::getTables in src/Core/Source/DatabaseSource.php
Get an array of tables with some info.
1 method overrides DatabaseSource::getRawTables()
MySQLiSource::getRawTables in src/Core/Source/MySQLiSource.php
Get a list of tables in the db.

File

src/Core/Source/DatabaseSource.php, line 116

Class

DatabaseSource
@package Drupal\backup_migrate\Core\Source

Namespace

Drupal\backup_migrate\Core\Source

Code

protected abstract function getRawTables();