You are here

public function Drush8IoWrapper::writeln in Lingotek Translation 8.2

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

File

src/Cli/Commands/Drush8/Drush8IoWrapper.php, line 16

Class

Drush8IoWrapper
Class Drush8IoWrapper. Originally from ConfigSplitDrush8Io.

Namespace

Drupal\lingotek\Cli\Commands\Drush8

Code

public function writeln($text) {
  $this
    ->success($text);
}