You are here

public function BaseIndex::getTableName in Schema 8

File

src/Comparison/Result/BaseIndex.php, line 28
Contains Drupal\schema\Comparison\Result\BaseIndex.

Class

BaseIndex

Namespace

Drupal\schema\Comparison\Result

Code

public function getTableName() {
  return $this->table_name;
}