You are here

protected function SyncCommand::configure in FormAssembly 8

File

src/Command/SyncCommand.php, line 57

Class

SyncCommand
FormAssembly Drupal Console Sync Command.

Namespace

Drupal\formassembly\Command

Code

protected function configure() {
  $this
    ->setName('formassembly:sync')
    ->setDescription($this
    ->trans('commands.formassembly.sync.description'));
}