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