You are here

function i18n_object_wrapper::get_tsid in Internationalization 7

Get translation set id if any

File

./i18n_object.inc, line 161
i18n Object Class

Class

i18n_object_wrapper
Object wrapper

Code

function get_tsid() {
  return $this
    ->get_field($this
    ->get_translation_info('field', 'i18n_tsid'));
}