public function CommandBase::getIo in Apigee Edge 8
Gets the IO interface.
Return value
\Symfony\Component\Console\Style\StyleInterface The IO interface.
2 calls to CommandBase::getIo()
- CreateEdgeRoleCommand::execute in src/
Command/ CreateEdgeRoleCommand.php - DeveloperSyncCommand::execute in src/
Command/ DeveloperSyncCommand.php
File
- src/
Command/ CommandBase.php, line 118
Class
- CommandBase
- Class CommandBase for shared functionality.
Namespace
Drupal\apigee_edge\CommandCode
public function getIo() : StyleInterface {
return $this->io;
}