You are here

public function WebformTranslationLingotekManagerInterface::configObjectDocumentUpload in Webform 6.x

Implements hook_lingotek_config_object_document_upload().

Parameters

array &$data: Data returned from the Lingotek service when asking for the translation.

string $config_name: The simple configuration name.

See also

hook_lingotek_config_object_document_upload().

1 method overrides WebformTranslationLingotekManagerInterface::configObjectDocumentUpload()
WebformTranslationLingotekManager::configObjectDocumentUpload in src/WebformTranslationLingotekManager.php
Implements hook_lingotek_config_object_document_upload().

File

src/WebformTranslationLingotekManagerInterface.php, line 51

Class

WebformTranslationLingotekManagerInterface
Defines an interface for webform Lingotek translation classes.

Namespace

Drupal\webform

Code

public function configObjectDocumentUpload(array &$data, $config_name);