You are here

public function Drush8Io::confirm in Entity Share 8.2

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

File

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

Class

Drush8Io

Namespace

Drupal\entity_share_client

Code

public function confirm($text) {
  return drush_confirm($text);
}