You are here

function hook_i18n_object_info_alter in Internationalization 7

Alter i18n object information provided by modules with the previous hook

See also

i18n_object_info()

2 functions implement hook_i18n_object_info_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

i18n_field_i18n_object_info_alter in i18n_field/i18n_field.module
Implements hook_i18n_object_info_alter().
i18n_string_i18n_object_info_alter in i18n_string/i18n_string.module
Implements hook_i18n_object_info_alter().
1 invocation of hook_i18n_object_info_alter()
i18n_object_info in ./i18n.module
Get translation information for objects

File

./i18n.api.php, line 87
API documentation for Internationalization module

Code

function hook_i18n_object_info_alter(&$info) {
}