Lingotek API in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 lingotek.api.php \lingotek_api
- 8.2 lingotek.api.php \lingotek_api
- 4.0.x lingotek.api.php \lingotek_api
- 3.0.x lingotek.api.php \lingotek_api
- 3.1.x lingotek.api.php \lingotek_api
- 3.2.x lingotek.api.php \lingotek_api
- 3.3.x lingotek.api.php \lingotek_api
- 3.5.x lingotek.api.php \lingotek_api
- 3.6.x lingotek.api.php \lingotek_api
- 3.7.x lingotek.api.php \lingotek_api
- 3.8.x lingotek.api.php \lingotek_api
During Lingotek operations there are several sets of hooks that get invoked to allow modules to modify the operation.
File
- ./
lingotek.api.php, line 12 - Hooks provided by the Lingotek module.
Functions
Name | Location | Description |
---|---|---|
hook_lingotek_config_entity_document_upload |
./ |
Act on the data extracted from a config entity before it is uploaded to Lingotek. |
hook_lingotek_config_entity_translation_presave |
./ |
Act on a translation of a config entity before it is saved or updated after being downloaded from Lingotek. |
hook_lingotek_config_object_document_upload |
./ |
Act on the data extracted from a config object before it is uploaded to Lingotek. |
hook_lingotek_config_object_translation_presave |
./ |
Act on a translation of a config entity before it is saved or updated after being downloaded from Lingotek. |
hook_lingotek_content_entity_document_upload |
./ |
Act on the data extracted from an an content entity before it is uploaded to Lingotek. |
hook_lingotek_content_entity_translation_presave |
./ |
Act on a translation of an content entity before it is saved or updated after being downloaded from Lingotek. |