You are here

public function SchemaComparison::getMissingTables in Schema 8

File

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

Class

SchemaComparison
Stores the results of a schema comparison.

Namespace

Drupal\schema\Comparison\Result

Code

public function getMissingTables() {
  return $this->tables_missing;
}