constant TRANSLATION_ENABLED

Identifies a content type which has translation support enabled.

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

File

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

Code

define('TRANSLATION_ENABLED', 2);