You are here

public function SchemaMigratorOptions::setUseDifferentTables in Schema 8

Parameters

boolean $useDifferentTables:

Return value

$this

File

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

Class

SchemaMigratorOptions

Namespace

Drupal\schema\Migration

Code

public function setUseDifferentTables($useDifferentTables) {
  $this->useDifferentTables = $useDifferentTables;
  return $this;
}