constant TRANSLATION_ENABLED

  1. 7.x drupal-7.x/modules/translation/translation.module TRANSLATION_ENABLED
  2. 6.x drupal-6.x/modules/translation/translation.module TRANSLATION_ENABLED

Identifies a content type which has translation support enabled.

2 uses of TRANSLATION_ENABLED
translation_form_node_type_form_alter in drupal-7.x/modules/translation/translation.module
Implements hook_form_FORM_ID_alter() for node_type_form().
translation_supported_type in drupal-7.x/modules/translation/translation.module
Returns whether the given content type has support for translations.

File

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

Code

define('TRANSLATION_ENABLED', 2)