You are here

public function YamlFormToWebformMigrateManagerInterface::migrate in YAML Form 8

Migrate the YAML Form module's configuration and data to the Webform module.

Return value

array An associative array containing status messages.

1 method overrides YamlFormToWebformMigrateManagerInterface::migrate()
YamlFormToWebformMigrateManager::migrate in modules/yamlform_to_webform/src/YamlFormToWebformMigrateManager.php
Migrate the YAML Form module's configuration and data to the Webform module.

File

modules/yamlform_to_webform/src/YamlFormToWebformMigrateManagerInterface.php, line 24

Class

YamlFormToWebformMigrateManagerInterface
Provides an interface for YAML Form to Webform migration.

Namespace

Drupal\yamlform_to_webform

Code

public function migrate();