You are here

public function FormassemblyCommands::__construct in FormAssembly 8

FormassemblyCommands constructor.

Parameters

\Drupal\formassembly\FormAssemblyBatchProcessor $batchProcessor: Our batch processing service.

File

src/Commands/FormassemblyCommands.php, line 43

Class

FormassemblyCommands
FormAssembly Drush commandfile.

Namespace

Drupal\formassembly\Commands

Code

public function __construct(FormAssemblyBatchProcessor $batchProcessor) {
  parent::__construct();
  $this->batchProcessor = $batchProcessor;
}