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