You are here

function i18n_field_update_dependencies in Internationalization 7

Implements hook_update_dependencies()

File

i18n_field/i18n_field.install, line 22
Install, update and uninstall functions for the i18n_field module.

Code

function i18n_field_update_dependencies() {
  $dependencies['i18n_field'][7000] = array(
    'i18n_string' => 7001,
  );
  return $dependencies;
}