You are here

public function SchemaMigrator::options in Schema 8

File

src/Migration/SchemaMigrator.php, line 95
Contains Drupal\schema\Migration\SchemaMigrator.

Class

SchemaMigrator
Modifies the database schema to match the declared schema.

Namespace

Drupal\schema\Migration

Code

public function options() {
  return $this->options;
}