You are here

public function MigrateForm::__construct in Workbench Moderation to Content Moderation 8

File

src/Form/MigrateForm.php, line 25

Class

MigrateForm
A form to trigger batch processing if state is valid.

Namespace

Drupal\wbm2cm\Form

Code

public function __construct(MigrateManager $migrate_manager) {
  $this->migrate = $migrate_manager;
}