protected function DeveloperSyncCommand::configure in Apigee Edge 8
File
- src/
Command/ DeveloperSyncCommand.php, line 38
Class
- DeveloperSyncCommand
- Developer synchronization command class for Drupal Console.
Namespace
Drupal\apigee_edge\CommandCode
protected function configure() {
$this
->setName('apigee_edge:sync')
->setDescription($this
->trans('commands.apigee_edge.sync.description'));
}