You are here

public function SyncCommand::__construct in FormAssembly 8

File

src/Command/SyncCommand.php, line 49

Class

SyncCommand
FormAssembly Drupal Console Sync Command.

Namespace

Drupal\formassembly\Command

Code

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