You are here

function lingotek_supported_node in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.util.inc \lingotek_supported_node()
  2. 7.4 lingotek.util.inc \lingotek_supported_node()
  3. 7.5 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 555
Utility functions.

Code

function lingotek_supported_node($node) {
  return $node->lingotek['profile'] != LingotekSync::PROFILE_DISABLED;
}