You are here

public function Drush8IoWrapper::success 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::success()
  2. 3.0.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  3. 3.1.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  4. 3.2.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  5. 3.3.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  6. 3.4.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  7. 3.5.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  8. 3.6.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  9. 3.7.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
  10. 3.8.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::success()
1 call to Drush8IoWrapper::success()
Drush8IoWrapper::writeln in src/Cli/Commands/Drush8/Drush8IoWrapper.php

File

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

Class

Drush8IoWrapper
Class Drush8IoWrapper. Originally from ConfigSplitDrush8Io.

Namespace

Drupal\lingotek\Cli\Commands\Drush8

Code

public function success($text) {
  drush_log($text, LogLevel::SUCCESS);
}