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\CommandsCode
public function __construct(FormAssemblyBatchProcessor $batchProcessor) {
parent::__construct();
$this->batchProcessor = $batchProcessor;
}