You are here

public function SchemaMigratorOptions::setFixTableComments in Schema 8

Parameters

$fixTableComments:

Return value

$this

File

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

Class

SchemaMigratorOptions

Namespace

Drupal\schema\Migration

Code

public function setFixTableComments($fixTableComments) {
  $this->fixTableComments = $fixTableComments;
  return $this;
}