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