You are here

public function LingotekCliService::setupOutput in Lingotek Translation 8.2

Same name and namespace in other branches
  1. 4.0.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  2. 3.0.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  3. 3.1.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  4. 3.2.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  5. 3.3.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  6. 3.4.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  7. 3.5.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  8. 3.6.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  9. 3.7.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()
  10. 3.8.x src/Cli/LingotekCliService.php \Drupal\lingotek\Cli\LingotekCliService::setupOutput()

File

src/Cli/LingotekCliService.php, line 68

Class

LingotekCliService

Namespace

Drupal\lingotek\Cli

Code

public function setupOutput($output) {
  $this->output = $output;
}