public function Drush8Io::text in Drush Language Commands 8
File
- src/
Drush8Io.php, line 28
Class
Namespace
Drupal\drush_languageCode
public function text($text) {
drush_log($text, LogLevel::NOTICE);
}
public function text($text) {
drush_log($text, LogLevel::NOTICE);
}