You are here

function tmgmt_smartling_test_alter_filename_tmgmt_smartling_bucket_job_name_alter in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 modules/tmgmt_smartling_test/modules/tmgmt_smartling_test_alter_filename/tmgmt_smartling_test_alter_filename.module \tmgmt_smartling_test_alter_filename_tmgmt_smartling_bucket_job_name_alter()

Implements hook_tmgmt_smartling_bucket_job_name_alter().

File

modules/tmgmt_smartling_test/modules/tmgmt_smartling_test_alter_filename/tmgmt_smartling_test_alter_filename.module, line 22
Contains hook implementation for testing purposes.

Code

function tmgmt_smartling_test_alter_filename_tmgmt_smartling_bucket_job_name_alter(&$name) {
  $name = 'Test bucket job name';
}