You are here

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()
WebformTranslationLingotekManager::configObjectTranslationPresave in src/WebformTranslationLingotekManager.php
Implements hook_lingotek_config_object_translation_presave().

File

src/WebformTranslationLingotekManagerInterface.php, line 63

Class

WebformTranslationLingotekManagerInterface
Defines an interface for webform Lingotek translation classes.

Namespace

Drupal\webform

Code

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