You are here

public function WebformCommands::drush_webform_generate_commands in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Commands/WebformCommands.php \Drupal\webform\Commands\WebformCommands::drush_webform_generate_commands()

Generate Drush commands from webform.drush.inc for Drush 8.x to WebformCommands for Drush 9.x.

@command webform:generate:commands @usage drush webform:generate:commands Generate Drush commands from webform.drush.inc for Drush 8.x to WebformCommands for Drush 9.x. @aliases wfgc,webform-generate-commands

File

src/Commands/WebformCommands.php, line 346

Class

WebformCommands
Webform commands for Drush 9.x.

Namespace

Drupal\webform\Commands

Code

public function drush_webform_generate_commands() {
  $this->cliService
    ->drush_webform_generate_commands();
}