You are here

public function i18n_path_object::get_path in Internationalization 7

Get path for item

Overrides i18n_object_wrapper::get_path

File

i18n_path/i18n_path.inc, line 61
Internationalization (i18n) module - Translation set

Class

i18n_path_object
Path object

Code

public function get_path() {
  return check_url($this->object->path);
}