You are here

ExtraTable.php in Schema 8

File

src/Comparison/Result/ExtraTable.php
View source
<?php

/**
 * @file
 * Contains Drupal\schema\Comparison\Result\ExtraTable.
 */
namespace Drupal\schema\Comparison\Result;

class ExtraTable extends BaseTable {
  public function getSchema() {
    return $this->schema;
  }

}

Classes

Namesort descending Description
ExtraTable