You are here

public function i18n_field_instance::get_string_context in Internationalization 7

Get string context

Overrides i18n_string_object_wrapper::get_string_context

File

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

Class

i18n_field_instance
Field instance object

Code

public function get_string_context() {
  return array(
    $this->object['field_name'],
    $this->object['bundle'],
  );
}