public function i18n_field::get_string_context in Internationalization 7
Get string context
Overrides i18n_string_object_wrapper::get_string_context
File
- i18n_field/
i18n_field.inc, line 65 - Field and field instance object handlers
Class
- i18n_field
- Field object
Code
public function get_string_context() {
return array(
$this->object['field_name'],
'#field',
);
}