function i18n_translation_check_object in Internationalization 7
Check whether this object can be part of a translation set
File
- i18n_translation/
i18n_translation.module, line 100 - Internationalization (i18n) module - Entity translations
Code
function i18n_translation_check_object($type, $object) {
if ($info = i18n_translation_set_info($type)) {
}
}