public function WebformCommands::drush_webform_repair in Webform 8.5
Same name and namespace in other branches
- 6.x src/Commands/WebformCommands.php \Drupal\webform\Commands\WebformCommands::drush_webform_repair()
Makes sure all Webform admin configuration and webform settings are up-to-date.
@command webform:repair @usage webform:repair Repairs admin configuration and webform settings are up-to-date. @aliases wfr,webform-repair
File
- src/
Commands/ WebformCommands.php, line 263
Class
- WebformCommands
- Webform commands for Drush 9.x.
Namespace
Drupal\webform\CommandsCode
public function drush_webform_repair() {
$this->cliService
->drush_webform_repair();
}