You are here

public function i18nviews::get_translate_path in Internationalization Views 7.3

Get translate path for object

Overrides i18n_string_object_wrapper::get_translate_path

File

./i18nviews.inc, line 45

Class

i18nviews

Code

public function get_translate_path($langcode = NULL) {
  return 'admin/structure/views/view/' . $this->object->name . '/translate' . ($langcode ? '/' . $langcode : '');
}