protected function SyncCommand::configure in FormAssembly 8
File
- src/
Command/ SyncCommand.php, line 57
Class
- SyncCommand
- FormAssembly Drupal Console Sync Command.
Namespace
Drupal\formassembly\CommandCode
protected function configure() {
$this
->setName('formassembly:sync')
->setDescription($this
->trans('commands.formassembly.sync.description'));
}