You are here

protected property DomainCommands::$isDryRun in Domain Access 8

Flag set by the --dryrun cli option.

If set prevents changes from being made by code in this class.

Type: bool

File

domain/src/Commands/DomainCommands.php, line 47

Class

DomainCommands
Drush commands for the domain module.

Namespace

Drupal\domain\Commands

Code

protected $isDryRun = FALSE;