You are here

public function SchemaMigratorOptions::setRecreateIndexes in Schema 8

Parameters

boolean $recreateIndexes:

Return value

$this

File

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

Class

SchemaMigratorOptions

Namespace

Drupal\schema\Migration

Code

public function setRecreateIndexes($recreateIndexes) {
  $this->recreateIndexes = $recreateIndexes;
  return $this;
}