You are here

public function Drush8Io::error in Entity Share 8

Same name and namespace in other branches
  1. 8.2 modules/entity_share_client/src/Drush8Io.php \Drupal\entity_share_client\Drush8Io::error()

File

modules/entity_share_client/src/Drush8Io.php, line 24

Class

Drush8Io

Namespace

Drupal\entity_share_client

Code

public function error($text) {
  drush_log($text, LogLevel::ERROR);
}