You are here

constant TRANSLATION_ENABLED in Drupal 7

Same name and namespace in other branches
  1. 6 modules/translation/translation.module \TRANSLATION_ENABLED

Identifies a content type which has translation support enabled.

1 use of TRANSLATION_ENABLED
translation_supported_type in modules/translation/translation.module
Returns whether the given content type has support for translations.

File

modules/translation/translation.module, line 25
Manages content translations.

Code

define('TRANSLATION_ENABLED', 2);