public function Drush8Io::text in Entity Share 8
Same name and namespace in other branches
- 8.2 modules/entity_share_client/src/Drush8Io.php \Drupal\entity_share_client\Drush8Io::text()
File
- modules/
entity_share_client/ src/ Drush8Io.php, line 28
Class
Namespace
Drupal\entity_share_clientCode
public function text($text) {
drush_log($text, LogLevel::NOTICE);
}