You are here

function webform_lingotek_config_object_document_upload in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.translation.inc \webform_lingotek_config_object_document_upload()

Implements hook_lingotek_config_object_document_upload().

File

includes/webform.translation.inc, line 103
Webform module translation hooks.

Code

function webform_lingotek_config_object_document_upload(array &$data, $config_name) {

  /** @var \Drupal\webform\WebformTranslationLingotekManagerInterface $translation_lingotek_manager */
  $translation_lingotek_manager = \Drupal::service('webform.translation_lingotek_manager');
  $translation_lingotek_manager
    ->configObjectDocumentUpload($data, $config_name);
}