public function CliServiceInterface::sync in Apigee Edge 8
Handle the sync interaction.
Parameters
\Symfony\Component\Console\Style\StyleInterface $io: The IO interface of the CLI tool calling the method.
callable $t: The translation function akin to t().
1 method overrides CliServiceInterface::sync()
- CliService::sync in src/
CliService.php - Handle the sync interaction.
File
- src/
CliServiceInterface.php, line 37
Class
- CliServiceInterface
- Defines an interface for CLI service classes.
Namespace
Drupal\apigee_edgeCode
public function sync(StyleInterface $io, callable $t);