You are here

public function ICLIIO::confirm in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Cli/ICLIIO.php \Drupal\cms_content_sync\Cli\ICLIIO::confirm()
  2. 2.0.x src/Cli/ICLIIO.php \Drupal\cms_content_sync\Cli\ICLIIO::confirm()

Ask the user to confirm interactively.

Parameters

string $text:

bool $default:

Return value

bool

1 method overrides ICLIIO::confirm()
Drush8Io::confirm in src/Cli/Drush8Io.php
Ask the user to confirm interactively.

File

src/Cli/ICLIIO.php, line 18

Class

ICLIIO
Interface ICLIIO.

Namespace

Drupal\cms_content_sync\Cli

Code

public function confirm($text, $default = true);