You are here

function hook_tmgmt_smartling_xml_file_import_data_alter in TMGMT Translator Smartling 8.4

Alter data to be imported from an XML file.

Parameters

array $data:

1 function implements hook_tmgmt_smartling_xml_file_import_data_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tmgmt_smartling_acquia_cohesion_tmgmt_smartling_xml_file_import_data_alter in modules/tmgmt_smartling_acquia_cohesion/tmgmt_smartling_acquia_cohesion.module
Implements hook_tmgmt_smartling_xml_file_import_data_alter().
1 invocation of hook_tmgmt_smartling_xml_file_import_data_alter()
Xml::import in src/Plugin/tmgmt_file/Format/Xml.php
Implements TMGMTFileExportInterface::import().

File

./tmgmt_smartling.api.php, line 77
Hooks provided by the TMGMT Smartling module.

Code

function hook_tmgmt_smartling_xml_file_import_data_alter(array &$data) {
}