public function i18n_field::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 52 - Field and field instance object handlers
Class
- i18n_field
- Field object
Code
public function get_edit_path() {
return $this
->get_base_path() . '/field-settings';
}