You are here

function i18n_string_variable_textgroup_class_submit_callback in Internationalization 7

Submit callback. Execute Reset the persistent caches after save the text group class variables.

1 string reference to 'i18n_string_variable_textgroup_class_submit_callback'
i18n_string_variable_info in i18n_string/i18n_string.variable.inc
Implements hook_variable_info().

File

i18n_string/i18n_string.variable.inc, line 106
Variable information

Code

function i18n_string_variable_textgroup_class_submit_callback($variable, $options, $form, $form_state) {

  // Reset the persistent caches.
  cache_clear_all('i18n:string:', 'cache', TRUE);
}