class TrackingChecker (View source)

Methods

__construct(DatabaseInterface $dbi, Relation $relation)

No description

array
getUntrackedTableNames(string $dbName)

Get a list of untracked tables.

array
getTrackedTables(string $dbName)

No description

Details

__construct(DatabaseInterface $dbi, Relation $relation)

No description

Parameters

DatabaseInterface $dbi
Relation $relation

array getUntrackedTableNames(string $dbName)

Get a list of untracked tables.

Deactivated tracked tables are not included in the list.

Parameters

string $dbName

Return Value

array

array getTrackedTables(string $dbName)

No description

Parameters

string $dbName

Return Value

array