function lingotek_get_tab_id in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lingotek.admin.inc \lingotek_get_tab_id()
2 calls to lingotek_get_tab_id()
- lingotek_admin_configuration_view in ./
lingotek.admin.inc - lingotek_admin_entity_bundle_profiles_form in ./
lingotek.admin.inc - Content translation form
File
- ./
lingotek.admin.inc, line 3065
Code
function lingotek_get_tab_id($entity_type) {
return 'ltk-' . str_replace(' ', '-', $entity_type);
}