You are here

public function DomainSourceCommands::deleteOptions in Domain Access 8

@hook option domain:delete

File

domain_source/src/Commands/DomainSourceCommands.php, line 47

Class

DomainSourceCommands
Drush commands for the domain source module.

Namespace

Drupal\domain_source\Commands

Code

public function deleteOptions(Command $command, AnnotationData $annotationData) {
  $command
    ->addOption('source-assign', '', InputOption::VALUE_OPTIONAL, 'Reassign content for Domain Source', null);
}