public function WebformCliServiceInterface::setCommand in Webform 8.5
Same name and namespace in other branches
- 6.x src/Commands/WebformCliServiceInterface.php \Drupal\webform\Commands\WebformCliServiceInterface::setCommand()
Set the Drush 9.x command.
Parameters
\Drush\Commands\DrushCommands $command: A Drush 9.x command.
1 method overrides WebformCliServiceInterface::setCommand()
- WebformCliService::setCommand in src/
Commands/ WebformCliService.php - Set the drush 9.x command.
File
- src/
Commands/ WebformCliServiceInterface.php, line 18
Class
- WebformCliServiceInterface
- Defines an interface for Drush version agnostic commands.
Namespace
Drupal\webform\CommandsCode
public function setCommand(DrushCommands $command);