function drush_webform_libraries_remove in Webform 6.x
Same name and namespace in other branches
- 8.5 drush/webform.drush.inc \drush_webform_libraries_remove()
Implements drush_hook_COMMAND().
File
- drush/
webform.drush.inc, line 389
Code
function drush_webform_libraries_remove() {
return call_user_func_array([
\Drupal::service('webform.cli_service'),
'drush_webform_libraries_remove',
], func_get_args());
}