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
Namespace
Drupal\schema\MigrationCode
public function setRecreateIndexes($recreateIndexes) {
$this->recreateIndexes = $recreateIndexes;
return $this;
}