protected function i18n_object_wrapper::translate_access in Internationalization 7
Translate access (translation sets)
1 call to i18n_object_wrapper::translate_access()
- i18n_object_wrapper::get_translate_access in ./
i18n_object.inc - Menu access callback for mixed translation tab
2 methods override i18n_object_wrapper::translate_access()
- i18n_menu_link::translate_access in i18n_menu/
i18n_menu.inc - Access to object translation. This should check object properties and permissions
- i18n_taxonomy_term::translate_access in i18n_taxonomy/
i18n_taxonomy.inc - Access to object translation. This should check object properties and permissions
File
- ./
i18n_object.inc, line 199 - i18n Object Class
Class
- i18n_object_wrapper
- Object wrapper
Code
protected function translate_access() {
return FALSE;
}