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()
File
- src/
WebformTranslationLingotekManagerInterface.php, line 51
Class
- WebformTranslationLingotekManagerInterface
- Defines an interface for webform Lingotek translation classes.
Namespace
Drupal\webformCode
public function configObjectDocumentUpload(array &$data, $config_name);