You are here

public function i18n_field_instance::get_edit_path in Internationalization 7

Get edit path for object

Overrides i18n_object_wrapper::get_edit_path

File

i18n_field/i18n_field.inc, line 123
Field and field instance object handlers

Class

i18n_field_instance
Field instance object

Code

public function get_edit_path() {
  return $this
    ->get_base_path();
}