protected function DeveloperSyncCommand::execute in Apigee Edge 8
File
- src/
Command/ DeveloperSyncCommand.php, line 47
Class
- DeveloperSyncCommand
- Developer synchronization command class for Drupal Console.
Namespace
Drupal\apigee_edge\CommandCode
protected function execute(InputInterface $input, OutputInterface $output) {
$this
->setupIo($input, $output);
$this->cliService
->sync($this
->getIo(), 't');
}