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