content_translation_form_language_content_settings_form_alter

content_translation_form_language_content_settings_form_alter(array &$form, FormStateInterface $form_state)

Implements hook_form_FORM_ID_alter() for language_content_settings_form().

File

core/modules/content_translation/content_translation.module, line 544
Allows entities to be translated into different languages.

Code

function content_translation_form_language_content_settings_form_alter(array &$form, FormStateInterface $form_state) {
  module_load_include('inc', 'content_translation', 'content_translation.admin');
  _content_translation_form_language_content_settings_form_alter($form, $form_state);
}
doc_Drupal
2016-10-29 08:58:38
Comments
Leave a Comment

Please login to continue.