function lingotek_supported_node in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.4 lingotek.util.inc \lingotek_supported_node()
- 7.5 lingotek.util.inc \lingotek_supported_node()
- 7.6 lingotek.util.inc \lingotek_supported_node()
1 call to lingotek_supported_node()
- lingotek_pm in ./
lingotek.page.inc - Page callback for the Lingotek local task on node detail pages.
File
- ./
lingotek.util.inc, line 793 - Utility functions.
Code
function lingotek_supported_node($node) {
return $node->lingotek['profile'] != LingotekSync::PROFILE_DISABLED;
}