Implements hook_element_info_alter().
public function elementInfoAlter(&$type) : void { if (isset($type['language_configuration'])) { $type['language_configuration']['#process'][] = 'content_translation_language_configuration_element_process'; } }