public function WebformTranslationLingotekManagerInterface::configObjectTranslationPresave in Webform 6.x
Implements hook_lingotek_config_object_translation_presave().
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_translation_presave().
1 method overrides WebformTranslationLingotekManagerInterface::configObjectTranslationPresave()
File
- src/
WebformTranslationLingotekManagerInterface.php, line 63
Class
- WebformTranslationLingotekManagerInterface
- Defines an interface for webform Lingotek translation classes.
Namespace
Drupal\webformCode
public function configObjectTranslationPresave(array &$data, $config_name);