You are here

function DifferentIndex::__construct in Schema 8

Overrides BaseIndex::__construct

File

src/Comparison/Result/DifferentIndex.php, line 13
Contains Drupal\schema\Comparison\Result\DifferentIndex

Class

DifferentIndex

Namespace

Drupal\schema\Comparison\Result

Code

function __construct($table_name, $index_name, $index_type, $declared_schema, $actual_schema) {
  parent::__construct($table_name, $index_name, $index_type, $declared_schema);
  $this->actual_schema = $actual_schema;
}