You are here

public function SchemaMigratorOptions::setRecreateExtraIndexes in Schema 8

Parameters

$recreateExtraIndexes:

Return value

$this

File

src/Migration/SchemaMigratorOptions.php, line 101
Contains Drupal\schema\Migration\SchemaMigratorOptions.

Class

SchemaMigratorOptions

Namespace

Drupal\schema\Migration

Code

public function setRecreateExtraIndexes($recreateExtraIndexes) {
  $this->recreateExtraIndexes = $recreateExtraIndexes;
  return $this;
}