You are here

public function WebformCommands::drush_webform_libraries_remove in Webform 6.x

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

Removes all downloaded third party libraries required by the Webform module.

@command webform:libraries:remove @usage webform:libraries:remove Removes all downloaded third party libraries required by the Webform module. @aliases wflr,webform-libraries-remove

File

src/Commands/WebformCommands.php, line 218

Class

WebformCommands
Webform commands for Drush 9.x.

Namespace

Drupal\webform\Commands

Code

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