protected function CommandBase::io in Tome 8
Returns the IO decorator, for reporting errors.
Return value
\Symfony\Component\Console\Style\SymfonyStyle The IO decorator.
Overrides ProcessTrait::io
File
- modules/
tome_base/ src/ CommandBase.php, line 45
Class
- CommandBase
- Contains a base class for Tome commands.
Namespace
Drupal\tome_baseCode
protected function io() {
return $this->io;
}