function hook_lingotek_source_URL_alter in Lingotek Translation 7.7
Alter the source URL of an entity before upload to TMS.
Parameters
string $source_url: The entity's url.
1 invocation of hook_lingotek_source_URL_alter()
- LingotekEntity::getUrl in lib/
Drupal/ lingotek/ LingotekEntity.php
File
- ./
lingotek.api.inc, line 85 - Describe hooks provided by the Lingotek Translation module.
Code
function hook_lingotek_source_URL_alter(&$source_url) {
}