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