You are here

constant ENTITY_TRANSLATION_ENABLED in Entity Translation 7

Identifies a content type which has translation support enabled.

6 uses of ENTITY_TRANSLATION_ENABLED
EntityTranslationTestCase::configureContentType in tests/entity_translation.test
Configure the "Basic page" content type for entity translation tests.
entity_translation_disable in ./entity_translation.install
Implements hook_disable().
entity_translation_enable in ./entity_translation.install
Implements hook_enable().
entity_translation_form_node_type_form_alter in ./entity_translation.node.inc
Implements hook_form_FORM_ID_alter().
entity_translation_node_supported_type in ./entity_translation.node.inc
Returns whether the given node type has support for translations.

... See full list

File

./entity_translation.node.inc, line 11
The node specific translation functions and hook implementations.

Code

define('ENTITY_TRANSLATION_ENABLED', 4);