public function ICLIIO::confirm in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Cli/ICLIIO.php \Drupal\cms_content_sync\Cli\ICLIIO::confirm()
- 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\CliCode
public function confirm($text, $default = true);