public function Drush8IoWrapper::error in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 4.0.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.0.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.2.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.3.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.4.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.5.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.6.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.7.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
- 3.8.x src/Cli/Commands/Drush8/Drush8IoWrapper.php \Drupal\lingotek\Cli\Commands\Drush8\Drush8IoWrapper::error()
File
- src/
Cli/ Commands/ Drush8/ Drush8IoWrapper.php, line 28
Class
- Drush8IoWrapper
- Class Drush8IoWrapper. Originally from ConfigSplitDrush8Io.
Namespace
Drupal\lingotek\Cli\Commands\Drush8Code
public function error($message, array $context = []) {
drush_log($message, LogLevel::ERROR);
}