You are here

function hook_tmgmt_smartling_bucket_job_name in TMGMT Translator Smartling 8.3

Alter daily bucket job name.

Parameters

string $name:

File

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

Code

function hook_tmgmt_smartling_bucket_job_name(&$name) {
  $name = 'My daily bucket job';
}