You are here

public function i18n_block_object::get_string_context in Internationalization 7

Get base keys for translating this object

Overrides i18n_string_object_wrapper::get_string_context

File

i18n_block/i18n_block.inc, line 25

Class

i18n_block_object
Block object

Code

public function get_string_context() {
  return array(
    $this->object->module,
    $this->object->delta,
  );
}