You are here

public function SchemaMigratorOptions::setRemoveExtraColumns in Schema 8

Parameters

$removeExtraColumns:

Return value

$this

File

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

Class

SchemaMigratorOptions

Namespace

Drupal\schema\Migration

Code

public function setRemoveExtraColumns($removeExtraColumns) {
  $this->removeExtraColumns = $removeExtraColumns;
  return $this;
}