You are here

public function SchemaComparison::getComparedTables in Schema 8

File

src/Comparison/Result/SchemaComparison.php, line 54
Contains Drupal\schema\Comparison\Result\SchemaComparison.

Class

SchemaComparison
Stores the results of a schema comparison.

Namespace

Drupal\schema\Comparison\Result

Code

public function getComparedTables() {
  return $this->tables_compared;
}