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_translatio