You are here

function drush_webform_export in Webform 8.5

Same name and namespace in other branches
  1. 7.4 webform.drush.inc \drush_webform_export()
  2. 6.x drush/webform.drush.inc \drush_webform_export()

Implements drush_hook_COMMAND().

File

drush/webform.drush.inc, line 291

Code

function drush_webform_export() {
  return call_user_func_array([
    \Drupal::service('webform.cli_service'),
    'drush_webform_export',
  ], func_get_args());
}