You are here

Functions in Entity Translation Unified Form 8

Primary tabs

Namesort descending Location Description Direct uses Strings
entity_translation_unified_form_add_fields ./entity_translation_unified_form.module Add opposite-language ET fields to a form. 1
entity_translation_unified_form_build_field ./entity_translation_unified_form.module Create a field definition from the existing one. Checks about the fields should have been done before calling this 1
entity_translation_unified_form_bundle_display_mode ./entity_translation_unified_form.module Returns the display mode for a given bundle. 2
entity_translation_unified_form_bundle_enabled ./entity_translation_unified_form.module Returns true if ETUF is enabled for a given bundle. 3
entity_translation_unified_form_def_value ./entity_translation_unified_form.module Instanciate one value (for default_value) 1
entity_translation_unified_form_form_alter ./entity_translation_unified_form.module Add language fields to node forms.
entity_translation_unified_form_form_language_content_settings_form_alter ./entity_translation_unified_form.module Implements hook_form_form_language_content_settings_form_alter().
entity_translation_unified_form_form_node_type_form_alter ./entity_translation_unified_form.module Implements hook_form_FORM_ID_alter().
entity_translation_unified_form_form_node_type_form_process ./entity_translation_unified_form.module Add an "enable" checkbox to the node type's multilingual settings. 1
entity_translation_unified_form_form_node_type_form_submit ./entity_translation_unified_form.module Submit handler. Sets content type-specific variable that is used to determine whether or not the content type may used unified forms. 1
entity_translation_unified_form_get_language_display_options ./entity_translation_unified_form.module Returns the different display modes for the language part 1
entity_translation_unified_form_get_mode_options ./entity_translation_unified_form.module Gather the different modes from EntityTranslationUnifiedFormMode plugins, in an id => label array. 1
entity_translation_unified_form_get_mode_plugin ./entity_translation_unified_form.module Get a EntityTranslationUnifiedFormMode plugin instance by its id. 1
entity_translation_unified_form_language_display ./entity_translation_unified_form.module Returns the language display mode for a given bundle 2
entity_translation_unified_form_moderation_sync_disabled ./entity_translation_unified_form.module Returns true if moderation sync mode is disabled for a given bundle. 3
entity_translation_unified_form_module_implements_alter ./entity_translation_unified_form.module Place our form_alter at the end (after content_translation) to prevent bad interaction with this module (title problems)
entity_translation_unified_form_node_form_preview ./entity_translation_unified_form.module Form submission handler for node_form_preview(). 1
entity_translation_unified_form_node_form_submit ./entity_translation_unified_form.module Form submission handler for node_form(). 1
entity_translation_unified_form_node_insert_other_language_fields ./entity_translation_unified_form.module Add all enabled language fields for a single field. 1
entity_translation_unified_form_page_attachments ./entity_translation_unified_form.module Implements hook_page_attachments().
entity_translation_unified_form_preprocess_html ./entity_translation_unified_form.module Add a class only if the page is in add or edit mode.
entity_translation_unified_form_sbs_enabled ./entity_translation_unified_form.module Returns true if ETUF sbs is enabled for a given bundle. 5
entity_translation_unified_form_set_bundle_enabled ./entity_translation_unified_form.module Sets the configuration for a given bundle. 1
entity_translation_unified_form_set_moderation_sync_disabled ./entity_translation_unified_form.module Sets the configuration for a given bundle. 1
entity_translation_unified_form_set_sbs_enabled ./entity_translation_unified_form.module Sets the configuration for a given bundle. 1
entity_translation_unified_form_set_translate_labels_enabled ./entity_translation_unified_form.module Sets the configuration for a given bundle. 1
entity_translation_unified_form_theme ./entity_translation_unified_form.module Register the theme_wrappers.
entity_translation_unified_form_translate_labels_enabled ./entity_translation_unified_form.module Returns true if translate labels is enabled for a given bundle. 2
entity_translation_unified_form_uninstall ./entity_translation_unified_form.install Implements hook_uninstall().
etuf_latest_revision ./entity_translation_unified_form.module Retrieve the latest node revision of $lang. 2
template_preprocess_entity_translation_unified_form__a11y_accordion_tabs__form_wrapper ./entity_translation_unified_form.theme.inc Prepare field variables for the form wrapper template.
template_preprocess_entity_translation_unified_form__a11y_accordion_tabs__wrapper ./entity_translation_unified_form.theme.inc Prepare field variables for the form wrapper template.
template_preprocess_entity_translation_unified_form__inline__field_wrapper ./entity_translation_unified_form.theme.inc Prepare field variables for the form wrapper template.
template_preprocess_entity_translation_unified_form__inline__wrapper ./entity_translation_unified_form.theme.inc Prepare field variables for the form wrapper template.
_custom_shutdown ./entity_translation_unified_form.module Helper function for doing stuff after shutdown function to ensure previous db transaction is committed. Make sure the moderation state is processed correctly. 1
_custom_shutdown_menu ./entity_translation_unified_form.module Helper function for doing stuff after shutdown function to ensure previous db transaction is committed. Make sure the moderation state is processed correctly. The main point of this function is to make or update an alias for the other language record… 1

Other projects