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\MigrationCode
public function options() {
return $this->options;
}