translation_entity.module

Allows entities to be translated into different languages.

File

drupal/core/modules/translation_entity/translation_entity.module
View source

Functions

Namesort descending Description
translation_entity_access Checks whether an entity translation is accessible.
translation_entity_add_access Access callback for the translation addition page.
translation_entity_controller Entity translation controller factory.
translation_entity_element_info_alter Implements hook_element_info_alter().
translation_entity_enabled Determines whether the given entity type is translatable.
translation_entity_enable_widget Returns a widget to enable entity translation per entity bundle.
translation_entity_entity_delete Implements hook_entity_delete().
translation_entity_entity_info_alter Implements hook_entity_info_alter().
translation_entity_entity_insert Implements hook_entity_insert().
translation_entity_entity_load Implements hook_entity_load().
translation_entity_entity_update Implements hook_entity_update().
translation_entity_field_extra_fields Implements hook_field_extra_fields().
translation_entity_form_alter Implements hook_form_alter().
translation_entity_form_controller Returns the entity form controller for the given form.
translation_entity_form_field_ui_field_edit_form_alter Implements hook_form_FORM_ID_alter().
translation_entity_get_config Retrieves the value for the specified setting.
translation_entity_get_config_key Returns the key name used to store the configuration item.
translation_entity_help Implements hook_help().
translation_entity_language_configuration_element_process Process callback: Expands the language_configuration form element.
translation_entity_language_configuration_element_submit Form submission handler for element added with translation_entity_language_configuration_element_process().
translation_entity_language_configuration_element_validate Form validation handler for element added with translation_entity_language_configuration_element_process().
translation_entity_language_types_info_alter Implements hook_language_type_info_alter().
translation_entity_load_translation_data Loads translation data into the given entities.
translation_entity_menu Implements hook_menu().
translation_entity_menu_alter Implements hook_menu_alter().
translation_entity_permission Implements hook_permission().
translation_entity_set_config Stores the given value for the specified setting.
translation_entity_translate_access Access callback for the translation overview page.