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